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:
commit
c1b7fa8153
1 changed files with 2 additions and 1 deletions
|
@ -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) ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue