squashfsTools: enable strictDeps

This commit is contained in:
Artturin 2022-04-26 17:53:32 +03:00
parent 0e518ad8d9
commit 8ebd3c0389

View file

@ -29,7 +29,9 @@ stdenv.mkDerivation rec {
./4k-align.patch
] ++ lib.optional stdenv.isDarwin ./darwin.patch;
buildInputs = [ zlib xz zstd lz4 lzo which help2man ];
strictDeps = true;
nativeBuildInputs = [ help2man which ];
buildInputs = [ zlib xz zstd lz4 lzo ];
preBuild = ''
cd squashfs-tools