squashfsTools: Fix 4k-align patch (regression in 4.4dev)

The 4k-align squashfs patch was broken in the update to squashfs 4.4dev,
such that the patch was no longer actually applied in full (command line
option not even parsed).
This commit is contained in:
Charles Duffy
2019-07-08 14:01:57 +02:00
committed by Matthieu Coudron
parent 0513ae77ff
commit f15d9d5123
2 changed files with 17 additions and 23 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
# This patch adds an option to pad filesystems (increasing size) in
# exchange for better chunking / binary diff calculation.
./squashfs-tools-4.3-4k-align.patch
./squashfs-tools-4.4-4k-align.patch
] ++ stdenv.lib.optional stdenv.isDarwin ./darwin.patch;
buildInputs = [ zlib xz zstd ]