Drop 'gnomevfs = gnome_vfs;' alias
s/gnomevfs/gnome_vfs/ in packages svn path=/nixpkgs/trunk/; revision=29718
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user