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:
parent
2e3480708a
commit
503d0bfc65
|
@ -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];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue