octave: disable parallel building again

http://hydra.nixos.org/build/19917018
This commit is contained in:
Vladimír Čunát 2015-02-27 12:55:49 +01:00
parent a7879236bd
commit 7abccbe81c

@ -31,7 +31,8 @@ stdenv.mkDerivation rec {
# there is a mysterious sh: command not found
doCheck = false;
enableParallelBuilding = true;
# problems on Hydra
enableParallelBuilding = false;
configureFlags = [ "--enable-readline" "--enable-dl" ];