Don't pass lib argument to svnfs as it is not expected
svn path=/nixpkgs/trunk/; revision=21186
This commit is contained in:
parent
7a3f602580
commit
4cdcafb0f1
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user