1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 12:42:24 +00:00

gnome-vfs: propagating GConf

svn path=/nixpkgs/branches/stdenv-updates/; revision=10518
This commit is contained in:
Yury G. Kudryashov 2008-02-06 19:00:30 +00:00
parent 2e3480708a
commit 503d0bfc65

View file

@ -3,9 +3,11 @@ args: with args;
stdenv.mkDerivation {
inherit (input) name src;
buildInputs = [
pkgconfig perl gnome.glib libxml2 gnome.GConf gnome.libbonobo
pkgconfig perl gnome.glib libxml2 gnome.libbonobo
gnome.gnomemimedata popt perlXMLParser gettext bzip2
dbus_glib hal openssl samba fam
];
propagatedBuildInputs = [gnome.GConf];
patches = [./no-kerberos.patch];
}