syslinux: disable parallel building
It started breaking on master and staging, e.g. http://hydra.nixos.org/build/16663521 . Related: #3007.
This commit is contained in:
parent
6fa4668914
commit
e682e8018c
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ nasm perl libuuid ];
|
buildInputs = [ nasm perl libuuid ];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = false; # problems on Hydra
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
substituteInPlace Makefile --replace /bin/pwd $(type -P pwd)
|
substituteInPlace Makefile --replace /bin/pwd $(type -P pwd)
|
||||||
|
Loading…
Reference in New Issue
Block a user