mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +00: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 {
|
||||
inherit fetchurl stdenv pkgconfig audiofile
|
||||
flex bison popt perl zlib libxml2 libxslt bzip2
|
||||
perlXMLParser docbook_xml_dtd_42 gettext perl x11
|
||||
flex bison popt zlib libxml2 libxslt bzip2
|
||||
perl perlXMLParser docbook_xml_dtd_42 gettext x11
|
||||
libtiff libjpeg libpng gtkLibs;
|
||||
inherit (xlibs) libXmu;
|
||||
};
|
||||
@ -716,7 +716,6 @@ rec {
|
||||
zvbi = (import ../development/libraries/zvbi) {
|
||||
inherit fetchurl stdenv libpng x11;
|
||||
pngSupport = true;
|
||||
libpng = libpng;
|
||||
};
|
||||
|
||||
rte = (import ../development/libraries/rte) {
|
||||
|
Loading…
Reference in New Issue
Block a user