GNOME: Fix libgnomevfs.

svn path=/nixpkgs/branches/stdenv-updates/; revision=14675
This commit is contained in:
Ludovic Courtès 2009-03-23 23:02:27 +00:00
parent ca43b547b3
commit 6964014968
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ rec {
inherit (platform.gnomevfs) name src;
buildInputs = [
pkgconfig perl glib libxml2 libbonobo
gnomemimedata popt perlXMLParser gettext bzip2
gnomemimedata popt perlXMLParser gettext intltool bzip2
dbus_glib hal openssl samba fam
];
propagatedBuildInputs = [GConf];