mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
* Remove duplicate attributes. Nice ;-)
svn path=/nixpkgs/trunk/; revision=2363
This commit is contained in:
parent
a5be30e6b5
commit
88b0904545
@ -667,8 +667,8 @@ rec {
|
|||||||
|
|
||||||
gnome = import ../development/libraries/gnome {
|
gnome = import ../development/libraries/gnome {
|
||||||
inherit fetchurl stdenv pkgconfig audiofile
|
inherit fetchurl stdenv pkgconfig audiofile
|
||||||
flex bison popt perl zlib libxml2 libxslt bzip2
|
flex bison popt zlib libxml2 libxslt bzip2
|
||||||
perlXMLParser docbook_xml_dtd_42 gettext perl x11
|
perl perlXMLParser docbook_xml_dtd_42 gettext x11
|
||||||
libtiff libjpeg libpng gtkLibs;
|
libtiff libjpeg libpng gtkLibs;
|
||||||
inherit (xlibs) libXmu;
|
inherit (xlibs) libXmu;
|
||||||
};
|
};
|
||||||
@ -716,7 +716,6 @@ rec {
|
|||||||
zvbi = (import ../development/libraries/zvbi) {
|
zvbi = (import ../development/libraries/zvbi) {
|
||||||
inherit fetchurl stdenv libpng x11;
|
inherit fetchurl stdenv libpng x11;
|
||||||
pngSupport = true;
|
pngSupport = true;
|
||||||
libpng = libpng;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
rte = (import ../development/libraries/rte) {
|
rte = (import ../development/libraries/rte) {
|
||||||
|
Loading…
Reference in New Issue
Block a user