diff options
author | Efraim Flashner | 2020-02-17 00:57:32 -0600 |
---|---|---|
committer | Efraim Flashner | 2020-02-17 00:57:32 -0600 |
commit | 0bd3232df5340a9882c88804af6b4029f6c613c9 (patch) | |
tree | 7ff7f26c6f8d28c7dd616f7410d1c434e936053d /gn | |
parent | bc065d21f3add434a4c5958ffe93383c2d848795 (diff) | |
download | guix-bioinformatics-0bd3232df5340a9882c88804af6b4029f6c613c9.tar.gz |
gn: octave@3.4: Skip tests
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/maths.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/packages/maths.scm b/gn/packages/maths.scm index 9e15400..1c1c1ae 100644 --- a/gn/packages/maths.scm +++ b/gn/packages/maths.scm @@ -30,6 +30,7 @@ ((#:configure-flags cf) `(cons "--enable-docs=no" ; docs fail to build ,cf)) + ((#:tests? _ #f) #f) ; tests hang ((#:phases phases) `(modify-phases ,phases (add-after 'unpack 'patch-configure-script |