Skip to content

Commit

Permalink
Revert "syslinux: disable parallel building"
Browse files Browse the repository at this point in the history
The change fixed nothing. I'm sorry, I confused the platforms when testing.
The actual problem was fixed by peti.
This reverts commit e682e80.
  • Loading branch information
vcunat committed Nov 5, 2014
1 parent 50ad7c2 commit 66ae2a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/syslinux/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 66ae2a5

Please sign in to comment.