mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 21:21:06 +00:00
spring: disable parallel building, as it breaks on Hydra
This commit is contained in:
parent
ab7b06d8c9
commit
e43018e019
|
@ -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 a new issue