Don't pass lib argument to svnfs as it is not expected

svn path=/nixpkgs/trunk/; revision=21186
This commit is contained in:
Yury G. Kudryashov 2010-04-20 17:06:27 +00:00
parent 7a3f602580
commit 4cdcafb0f1

View file

@ -1610,7 +1610,7 @@ let
};
svnfs = import ../tools/filesystems/svnfs {
inherit fetchurl stdenv automake autoconf perl fuse subversion apr lib;
inherit fetchurl stdenv automake autoconf perl fuse subversion apr;
};
system_config_printer = import ../tools/misc/system-config-printer {