summary refs log tree commit diff
diff options
context:
space:
mode:
authorsnicket2100 <57048005+snicket2100@users.noreply.github.com>2023-04-03 00:40:12 +0200
committersnicket2100 <57048005+snicket2100@users.noreply.github.com>2023-04-04 20:37:41 +0200
commit3797e65be35db31b2660579a1ca831c33fe30745 (patch)
tree77fd6977326156f947d83066805bb79d906de9ec
parentf443d2e52384f33e08d6cbbea1953cd87e016250 (diff)
downloadnixpkgs-3797e65be35db31b2660579a1ca831c33fe30745.tar
nixpkgs-3797e65be35db31b2660579a1ca831c33fe30745.tar.gz
nixpkgs-3797e65be35db31b2660579a1ca831c33fe30745.tar.bz2
nixpkgs-3797e65be35db31b2660579a1ca831c33fe30745.tar.lz
nixpkgs-3797e65be35db31b2660579a1ca831c33fe30745.tar.xz
nixpkgs-3797e65be35db31b2660579a1ca831c33fe30745.tar.zst
nixpkgs-3797e65be35db31b2660579a1ca831c33fe30745.zip
squashfsTools: enabled LZMA compression support
-rw-r--r--pkgs/tools/filesystems/squashfs/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/filesystems/squashfs/default.nix b/pkgs/tools/filesystems/squashfs/default.nix
index 54ed84f7a81..8d627a5a590 100644
--- a/pkgs/tools/filesystems/squashfs/default.nix
+++ b/pkgs/tools/filesystems/squashfs/default.nix
@@ -53,6 +53,7 @@ stdenv.mkDerivation rec {
     "XZ_SUPPORT=1"
     "ZSTD_SUPPORT=1"
     "LZ4_SUPPORT=1"
+    "LZMA_XZ_SUPPORT=1"
     "LZO_SUPPORT=1"
   ];