0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

parallel: fix strictDeps (#362116)

This commit is contained in:
tomberek 2024-12-06 11:17:35 -05:00 committed by GitHub
commit c1b7fa8153
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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) ''