Revert "syslinux: disable parallel building"
The change fixed nothing. I'm sorry, I confused the platforms when testing.
The actual problem was fixed by peti.
This reverts commit e682e8018c
.
This commit is contained in:
parent
50ad7c2125
commit
66ae2a5322
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ nasm perl libuuid ];
|
||||
|
||||
enableParallelBuilding = false; # problems on Hydra
|
||||
enableParallelBuilding = true;
|
||||
|
||||
preBuild = ''
|
||||
substituteInPlace Makefile --replace /bin/pwd $(type -P pwd)
|
||||
|
Loading…
Reference in New Issue
Block a user