* Refactoring: move most filesystem utilities / FUSE filesystems to

tools/filesystems.  Previously they were all over the place.

svn path=/nixpkgs/trunk/; revision=18809
This commit is contained in:
Eelco Dolstra
2009-12-04 15:39:49 +00:00
parent 064aae6461
commit c726012afe
25 changed files with 63 additions and 114 deletions
-17
View File
@@ -1,17 +0,0 @@
{stdenv, fetchurl, fuse}:
stdenv.mkDerivation {
name = "aefs-0.3pre285";
src = fetchurl {
url = http://nixos.org/tarballs/aefs-0.3pre285.tar.bz2;
sha256 = "1psciqllzm08c21h6k2zxmvmi0grkvaiq177giv1avzzzfhq0z3c";
};
buildInputs = [fuse];
meta = {
homepage = http://www.st.ewi.tudelft.nl/~dolstra/aefs/;
description = "A cryptographic filesystem implemented in userspace using FUSE";
};
}