mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 23:52:33 +00:00
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:
parent
6fa4668914
commit
e682e8018c
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue