lol

encfs: add darwin build

+2 -2
+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 - license = with licenses; [ gpl3 lgpl3 ]; 30 - platforms = with platforms; linux; 29 + license = with licenses; [ gpl3Plus lgpl3Plus ]; 30 + platforms = platforms.unix; 31 31 }; 32 32 }