From 3797e65be35db31b2660579a1ca831c33fe30745 Mon Sep 17 00:00:00 2001 From: snicket2100 <57048005+snicket2100@users.noreply.github.com> Date: Mon, 3 Apr 2023 00:40:12 +0200 Subject: [PATCH] squashfsTools: enabled LZMA compression support --- pkgs/tools/filesystems/squashfs/default.nix | 1 + 1 file changed, 1 insertion(+) 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" ];