Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

patchutils: disable parallel build

+3
+3
pkgs/tools/text/patchutils/generic.nix
··· 15 15 buildInputs = [ perl ] ++ extraBuildInputs; 16 16 hardeningDisable = [ "format" ]; 17 17 18 + # tests fail when building in parallel 19 + enableParallelBuilding = false; 20 + 18 21 postInstall = '' 19 22 for bin in $out/bin/{splitdiff,rediff,editdiff,dehtmldiff}; do 20 23 wrapProgram "$bin" \