* Gnome desktop.

svn path=/nixpkgs/trunk/; revision=8176
This commit is contained in:
Eelco Dolstra
2007-03-05 08:56:56 +00:00
parent f6472a3343
commit 086832edff
2 changed files with 14 additions and 5 deletions
+2 -2
View File
@@ -164,8 +164,8 @@ rec {
};
gnomedesktop = import ./gnome-desktop.nix {
inherit fetchurl stdenv pkgconfig perl perlXMLParser glib gtk
libgnomeui scrollkeeper libjpeg;
inherit fetchurl stdenv pkgconfig gnome perl perlXMLParser
libjpeg gettext which python libxml2Python libxslt;
input = desktop.gnomedesktop;
};