2008-02-02 12:43:11 -08:00
|
|
|
args: with args;
|
2004-01-21 01:34:19 -08:00
|
|
|
|
2004-03-29 09:23:01 -08:00
|
|
|
stdenv.mkDerivation {
|
2005-02-26 15:45:19 -08:00
|
|
|
inherit (input) name src;
|
2004-09-21 08:26:42 -07:00
|
|
|
buildInputs = [
|
2007-03-04 13:28:24 -08:00
|
|
|
pkgconfig perl gnome.glib libxml2 gnome.GConf gnome.libbonobo
|
|
|
|
gnome.gnomemimedata popt perlXMLParser gettext bzip2
|
2008-02-02 12:43:11 -08:00
|
|
|
dbus_glib hal openssl samba fam
|
2004-09-21 08:26:42 -07:00
|
|
|
];
|
2005-03-02 04:02:13 -08:00
|
|
|
patches = [./no-kerberos.patch];
|
2004-01-21 01:34:19 -08:00
|
|
|
}
|