about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-04-19 10:50:36 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-04-19 10:50:36 +0000
commit57f647c255452e86421342169127854a4b7d3822 (patch)
tree371b2716137e21481fd26fa346b6a79866dbfd4d
parent8cf18e0ae4ba92313c4131d665be70cafb9e2e35 (diff)
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
-rw-r--r--pkgs/top-level/all-packages.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 3c52737372c24..b52079ed9f95a 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -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 {