syslinux: Disable parallel building

Unfortunately I lost the exact failure, but it was something starting
with 'No rule to make target: ...', which suggests missing dependencies
between generated source files.
This commit is contained in:
Tuomas Tynkkynen 2015-10-17 23:58:01 +03:00 committed by Vladimír Čunát
parent 7e6288c252
commit f08693d042

View file

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
buildInputs = [ nasm perl libuuid ];
enableParallelBuilding = true;
enableParallelBuilding = false; # Fails very rarely with 'No rule to make target: ...'
preBuild = ''
substituteInPlace Makefile --replace /bin/pwd $(type -P pwd)