mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
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:
parent
8cf18e0ae4
commit
57f647c255
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user