spring: disable parallel building, as it breaks on Hydra
(cherry picked from commit e43018e019
)
This commit is contained in:
parent
7ae5902c59
commit
3967a1c444
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||
--replace "which" "type -p"
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
#enableParallelBuilding = true; # occasionally missing generated files on Hydra
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://springrts.com/;
|
||||
|
Loading…
Reference in New Issue
Block a user