Update RelFS dependencies

svn path=/nixpkgs/trunk/; revision=16710
This commit is contained in:
Michael Raskin 2009-08-14 06:32:18 +00:00
parent 7ffff9d558
commit fcab7941bb
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ args : with args;
};
buildInputs = [ocaml fuse postgresql pcre
e2fsprogs gnomevfs pkgconfig GConf];
libuuid gnomevfs pkgconfig GConf];
configureFlags = [];
build = builderDefs.stringsWithDeps.fullDepEntry ("
cd deps

View File

@ -1245,7 +1245,7 @@ let
relfs = composedArgsAndFun (selectVersion ../tools/misc/relfs "cvs.2008.03.05") {
inherit fetchcvs stdenv ocaml postgresql fuse pcre
builderDefs e2fsprogs pkgconfig;
builderDefs pkgconfig libuuid;
inherit (gnome) gnomevfs GConf;
};