Fixing the nixpkgs evaluation (svnfs). I renamed the attr svnFS to svnfs,

to match others 'xxxxfs'. Maybe it could have the name sshfsFuse too.
I prefer svnfs, and I'd prefer 'sshfs' too, and not sshfsFuse.

svn path=/nixpkgs/trunk/; revision=21160
This commit is contained in:
Lluís Batlle i Rossell 2010-04-19 10:50:36 +00:00
parent 8cf18e0ae4
commit 57f647c255

View file

@ -1609,8 +1609,8 @@ let
inherit (perlPackages) LWP URI HTMLParser HTTPServerSimple Parent;
};
svnFS = import ../tools/filesystems/svnfs {
inherit fetchurl stdenv automake autoconf perl fuse subversion apr;
svnfs = import ../tools/filesystems/svnfs {
inherit fetchurl stdenv automake autoconf perl fuse subversion apr lib;
};
system_config_printer = import ../tools/misc/system-config-printer {