libdeflate: enable on darwin
This commit is contained in:
parent
634d64071b
commit
2170b1eac5
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Fast DEFLATE/zlib/gzip compressor and decompressor";
|
description = "Fast DEFLATE/zlib/gzip compressor and decompressor";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
homepage = https://github.com/ebiggers/libdeflate;
|
homepage = https://github.com/ebiggers/libdeflate;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ orivej ];
|
maintainers = with maintainers; [ orivej ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user