wget: enable parallel building

(cherry picked from commit a9b6686b4f)
This commit is contained in:
Sergei Trofimovich 2024-11-14 06:57:43 +00:00 committed by github-actions[bot]
parent 75af66219b
commit 9fdce08d64

View File

@ -35,6 +35,8 @@ stdenv.mkDerivation rec {
"--without-included-regex"
];
enableParallelBuilding = true;
__darwinAllowLocalNetworking = true;
doCheck = true;
preCheck = ''