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
+2 -2
View File
@@ -1,5 +1,5 @@
{ stdenv, fetchcvs, builderDefs, ocaml, fuse, postgresql, pcre
, libuuid, gnomevfs, pkgconfig, GConf }:
, libuuid, gnome_vfs, pkgconfig, GConf }:
let localDefs = builderDefs.passthru.function {
src = fetchcvs {
@@ -10,7 +10,7 @@
};
buildInputs = [ocaml fuse postgresql pcre
libuuid gnomevfs pkgconfig GConf];
libuuid gnome_vfs pkgconfig GConf];
configureFlags = [];
build = builderDefs.stringsWithDeps.fullDepEntry ("
cd deps