Drop 'gnomevfs = gnome_vfs;' alias

s/gnomevfs/gnome_vfs/ in packages

svn path=/nixpkgs/trunk/; revision=29718
This commit is contained in:
Yury G. Kudryashov
2011-10-08 12:06:03 +00:00
parent bc0b96370f
commit c35c6ec9fa
9 changed files with 23 additions and 24 deletions
@@ -1,6 +1,6 @@
{ fetchurl, stdenv, perl, perlXMLParser, pkgconfig, libxml2
, glib, gettext, intltool, bzip2
, gnomevfs, libbonobo, python }:
, gnome_vfs, libbonobo, python }:
stdenv.mkDerivation rec {
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
};
buildInputs =
[ perl perlXMLParser pkgconfig gettext bzip2 gnomevfs python intltool ];
[ perl perlXMLParser pkgconfig gettext bzip2 gnome_vfs python intltool ];
propagatedBuildInputs = [ glib libxml2 libbonobo ];