about summary refs log tree commit diff
path: root/pkgs/tools/filesystems/encfs
diff options
context:
space:
mode:
authormidchildan <git@midchildan.org>2021-03-26 01:32:13 +0900
committermidchildan <git@midchildan.org>2021-04-02 10:59:06 +0900
commita7540bb90adb40b7961e9dbcbf2fc74e784edf71 (patch)
tree9252d691e4907afb5f11d1b2255445a4cc766ba2 /pkgs/tools/filesystems/encfs
parent92cde6f032de748deb1c4be58f9658f0a49d889a (diff)
encfs: add darwin build
Diffstat (limited to 'pkgs/tools/filesystems/encfs')
-rw-r--r--pkgs/tools/filesystems/encfs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/filesystems/encfs/default.nix b/pkgs/tools/filesystems/encfs/default.nix
index 2b88dde1531ae..14701a615c01e 100644
--- a/pkgs/tools/filesystems/encfs/default.nix
+++ b/pkgs/tools/filesystems/encfs/default.nix
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "An encrypted filesystem in user-space via FUSE";
     homepage = "https://vgough.github.io/encfs";
-    license = with licenses; [ gpl3 lgpl3 ];
-    platforms = with platforms; linux;
+    license = with licenses; [ gpl3Plus lgpl3Plus ];
+    platforms = platforms.unix;
   };
 }