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:
parent
7e6288c252
commit
f08693d042
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue