squashfsTools: enabled LZMA compression support

This commit is contained in:
snicket2100 2023-04-03 00:40:12 +02:00
parent f443d2e523
commit 3797e65be3

View file

@ -53,6 +53,7 @@ stdenv.mkDerivation rec {
"XZ_SUPPORT=1"
"ZSTD_SUPPORT=1"
"LZ4_SUPPORT=1"
"LZMA_XZ_SUPPORT=1"
"LZO_SUPPORT=1"
];