encfs: add darwin build

This commit is contained in:
midchildan 2021-03-26 01:32:13 +09:00
parent 92cde6f032
commit a7540bb90a
No known key found for this signature in database
GPG key ID: D9A5748BACC6E3C2

View file

@ -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;
};
}