Author: simons
Date: Wed Jul 13 12:18:23 2011
New Revision: 27754
URL: https://svn.nixos.org/websvn/nix/?rev=27754&sc=1

Log:
modules/profiles/base.nix: add 'pkgs.sshfsFuse'

The sshfsFuse package -- which is part of the system profile already -- doesn't
work without fuse. It tries to run /var/setuid-wrappers/fusermount, which then
can't find fusermount. Adding fuse to the system profile remedies this problem.

Modified:
   nixos/trunk/modules/profiles/base.nix

Modified: nixos/trunk/modules/profiles/base.nix
==============================================================================
--- nixos/trunk/modules/profiles/base.nix       Wed Jul 13 12:00:19 2011        
(r27753)
+++ nixos/trunk/modules/profiles/base.nix       Wed Jul 13 12:18:23 2011        
(r27754)
@@ -60,6 +60,7 @@
     pkgs.cryptsetup # needed for dm-crypt volumes
 
     # Some networking tools.
+    pkgs.fuse
     pkgs.sshfsFuse
     pkgs.socat
     pkgs.screen
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to