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:
Vladimír Čunát 2014-11-05 13:22:39 +01:00
parent 50ad7c2125
commit 66ae2a5322

View File

@ -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)