pigz: add some nativeCheckInputs
it uses `which compress` in its tests
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
zlib,
|
||||
ncompress,
|
||||
which,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
@@ -33,6 +35,11 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
doCheck = stdenv.hostPlatform.isLinux;
|
||||
checkTarget = "tests";
|
||||
nativeCheckInputs = [
|
||||
which
|
||||
ncompress
|
||||
];
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
|
||||
Reference in New Issue
Block a user