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:
parent
7b5728c0d4
commit
74ccfd690d
@ -40,11 +40,9 @@ stdenv.mkDerivation rec {
|
|||||||
++ (stdenv.lib.optional (python != null) python)
|
++ (stdenv.lib.optional (python != null) python)
|
||||||
;
|
;
|
||||||
|
|
||||||
# there is a mysterious sh: command not found
|
doCheck = true;
|
||||||
doCheck = false;
|
|
||||||
|
|
||||||
# problems on Hydra
|
enableParallelBuilding = true;
|
||||||
enableParallelBuilding = false;
|
|
||||||
|
|
||||||
configureFlags =
|
configureFlags =
|
||||||
[ "--enable-readline"
|
[ "--enable-readline"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user