patchutils: disable parallel build

This commit is contained in:
FliegendeWurst
2022-02-02 11:55:49 +01:00
parent a43431f376
commit 91b63fa208

View File

@@ -15,6 +15,9 @@ stdenv.mkDerivation rec {
buildInputs = [ perl ] ++ extraBuildInputs;
hardeningDisable = [ "format" ];
# tests fail when building in parallel
enableParallelBuilding = false;
postInstall = ''
for bin in $out/bin/{splitdiff,rediff,editdiff,dehtmldiff}; do
wrapProgram "$bin" \