Merge pull request #292588 from stigtsp/perl-reenable-parallel-building

[staging] perl: enableParallelBuilding when not crossCompiling
This commit is contained in:
Stig 2024-03-10 16:46:18 +01:00 committed by GitHub
commit 256c96e650
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.