archivemount: add darwin build

This commit is contained in:
midchildan
2021-04-20 00:51:40 +09:00
parent 94914230b3
commit 7a9dd6f3c3
@@ -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;
};
}