gnome-vfs: propagating GConf
svn path=/nixpkgs/branches/stdenv-updates/; revision=10518
This commit is contained in:
parent
2e3480708a
commit
503d0bfc65
@ -3,9 +3,11 @@ args: with args;
|
|||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
inherit (input) name src;
|
inherit (input) name src;
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgconfig perl gnome.glib libxml2 gnome.GConf gnome.libbonobo
|
pkgconfig perl gnome.glib libxml2 gnome.libbonobo
|
||||||
gnome.gnomemimedata popt perlXMLParser gettext bzip2
|
gnome.gnomemimedata popt perlXMLParser gettext bzip2
|
||||||
dbus_glib hal openssl samba fam
|
dbus_glib hal openssl samba fam
|
||||||
];
|
];
|
||||||
|
|
||||||
|
propagatedBuildInputs = [gnome.GConf];
|
||||||
patches = [./no-kerberos.patch];
|
patches = [./no-kerberos.patch];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user