lzfse: supports unix
This commit is contained in:
parent
dab2ed10e1
commit
203538bd4f
@ -23,7 +23,7 @@ stdenv.mkDerivation {
|
|||||||
LZFSE is a Lempel-Ziv style data compression algorithm using Finite State Entropy coding.
|
LZFSE is a Lempel-Ziv style data compression algorithm using Finite State Entropy coding.
|
||||||
It targets similar compression rates at higher compression and decompression speed compared to deflate using zlib.
|
It targets similar compression rates at higher compression and decompression speed compared to deflate using zlib.
|
||||||
'';
|
'';
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user