parallel: fix strictDeps (#362116)

This commit is contained in:
tomberek
2024-12-06 11:17:35 -05:00
committed by GitHub

View File

@@ -11,7 +11,8 @@ stdenv.mkDerivation rec {
outputs = [ "out" "man" "doc" ];
nativeBuildInputs = [ makeWrapper ];
strictDeps = true;
nativeBuildInputs = [ makeWrapper perl ];
buildInputs = [ perl procps ];
postPatch = lib.optionalString (!stdenv.buildPlatform.canExecute stdenv.hostPlatform) ''