tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
encfs: add darwin build
midchildan
5 years ago
a7540bb9
92cde6f0
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
filesystems
encfs
default.nix
+2
-2
pkgs/tools/filesystems/encfs/default.nix
···
26
26
meta = with lib; {
27
27
description = "An encrypted filesystem in user-space via FUSE";
28
28
homepage = "https://vgough.github.io/encfs";
29
29
-
license = with licenses; [ gpl3 lgpl3 ];
30
30
-
platforms = with platforms; linux;
29
29
+
license = with licenses; [ gpl3Plus lgpl3Plus ];
30
30
+
platforms = platforms.unix;
31
31
};
32
32
}