* Build Compiz with GConf support.

* Add some Gnome interdependencies.

svn path=/nixpkgs/trunk/; revision=8125
This commit is contained in:
Eelco Dolstra
2007-03-01 00:40:27 +00:00
parent fcab5576cb
commit 5dde0fead7
6 changed files with 13 additions and 13 deletions
+3 -3
View File
@@ -45,7 +45,7 @@ rec {
};
gnomemimedata = import ./gnome-mime-data.nix {
inherit fetchurl stdenv pkgconfig perl perlXMLParser;
inherit fetchurl stdenv pkgconfig perl perlXMLParser gettext;
input = platform.gnomemimedata;
};
@@ -84,7 +84,7 @@ rec {
};
libbonobo = import ./libbonobo.nix {
inherit fetchurl stdenv pkgconfig perl perlXMLParser ORBit2 libxml2 popt flex;
inherit fetchurl stdenv pkgconfig perl perlXMLParser ORBit2 libxml2 popt flex gettext;
yacc = bison;
input = platform.libbonobo;
};
@@ -141,7 +141,7 @@ rec {
};
gnomekeyring = import ./gnome-keyring.nix {
inherit fetchurl stdenv pkgconfig glib gtk;
inherit fetchurl stdenv pkgconfig glib gtk perl perlXMLParser gettext;
input = desktop.gnomekeyring;
};