archivemount: add darwin build

This commit is contained in:
midchildan 2021-03-26 01:34:35 +09:00
parent 94914230b3
commit 7a9dd6f3c3
No known key found for this signature in database
GPG key ID: D9A5748BACC6E3C2

View file

@ -17,6 +17,6 @@ stdenv.mkDerivation {
meta = {
description = "Gateway between FUSE and libarchive: allows mounting of cpio, .tar.gz, .tar.bz2 archives";
license = lib.licenses.gpl2;
platforms = lib.platforms.linux;
platforms = lib.platforms.unix;
};
}