summary refs log tree commit diff
path: root/pkgs/desktops/gnome/gnome-vfs.nix
blob: 24b99fb3b8325d895f2088c32fda9009d76bbc15 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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];
}