patchutils: disable parallel build
This commit is contained in:
@@ -15,6 +15,9 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ perl ] ++ extraBuildInputs;
|
buildInputs = [ perl ] ++ extraBuildInputs;
|
||||||
hardeningDisable = [ "format" ];
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
|
# tests fail when building in parallel
|
||||||
|
enableParallelBuilding = false;
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
for bin in $out/bin/{splitdiff,rediff,editdiff,dehtmldiff}; do
|
for bin in $out/bin/{splitdiff,rediff,editdiff,dehtmldiff}; do
|
||||||
wrapProgram "$bin" \
|
wrapProgram "$bin" \
|
||||||
|
|||||||
Reference in New Issue
Block a user