archivemount: add darwin build
This commit is contained in:
parent
94914230b3
commit
7a9dd6f3c3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue