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