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:
Vladimír Čunát 2014-11-03 09:45:40 +01:00
parent 6fa4668914
commit e682e8018c

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
buildInputs = [ nasm perl libuuid ];
enableParallelBuilding = true;
enableParallelBuilding = false; # problems on Hydra
preBuild = ''
substituteInPlace Makefile --replace /bin/pwd $(type -P pwd)