1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

octave: parallel building and check.

I think those were not updated since 3.8.2. They worked for me. Let's see.
This commit is contained in:
Lluís Batlle i Rossell 2016-03-24 11:47:59 +01:00
parent 7b5728c0d4
commit 74ccfd690d

View file

@ -40,11 +40,9 @@ stdenv.mkDerivation rec {
++ (stdenv.lib.optional (python != null) python)
;
# there is a mysterious sh: command not found
doCheck = false;
doCheck = true;
# problems on Hydra
enableParallelBuilding = false;
enableParallelBuilding = true;
configureFlags =
[ "--enable-readline"