Merge pull request #292588 from stigtsp/perl-reenable-parallel-building
[staging] perl: enableParallelBuilding when not crossCompiling
This commit is contained in:
commit
256c96e650
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ stdenv.mkDerivation (rec {
|
|||
|
||||
dontAddPrefix = !crossCompiling;
|
||||
|
||||
enableParallelBuilding = false;
|
||||
enableParallelBuilding = !crossCompiling;
|
||||
|
||||
# perl includes the build date, the uname of the build system and the
|
||||
# username of the build user in some files.
|
||||
|
|
Loading…
Reference in a new issue