tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
patchutils: disable parallel build
FliegendeWurst
4 years ago
91b63fa2
a43431f3
+3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
text
patchutils
generic.nix
+3
pkgs/tools/text/patchutils/generic.nix
···
15
15
buildInputs = [ perl ] ++ extraBuildInputs;
16
16
hardeningDisable = [ "format" ];
17
17
18
18
+
# tests fail when building in parallel
19
19
+
enableParallelBuilding = false;
20
20
+
18
21
postInstall = ''
19
22
for bin in $out/bin/{splitdiff,rediff,editdiff,dehtmldiff}; do
20
23
wrapProgram "$bin" \