nixpkgs/pkgs/desktops/gnome/gnome-vfs.nix

12 lines
287 B
Nix
Raw Normal View History

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