octave: disable parallel building again
http://hydra.nixos.org/build/19917018
This commit is contained in:
parent
a7879236bd
commit
7abccbe81c
|
@ -31,7 +31,8 @@ stdenv.mkDerivation rec {
|
||||||
# there is a mysterious sh: command not found
|
# there is a mysterious sh: command not found
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
# problems on Hydra
|
||||||
|
enableParallelBuilding = false;
|
||||||
|
|
||||||
configureFlags = [ "--enable-readline" "--enable-dl" ];
|
configureFlags = [ "--enable-readline" "--enable-dl" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue