summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <davet@gnu.org>2017-03-27 14:18:17 -0400
committerDavid Thompson <davet@gnu.org>2017-03-27 14:18:17 -0400
commit1e4063010d13249df94483e57d410fcc2965d6f5 (patch)
treec8b123ba16d020609038c95aebc7d72776c88696
parent68c6110c20353a2994af72b3ef4c945a9c6e77e8 (diff)
downloadpatches-1e4063010d13249df94483e57d410fcc2965d6f5.tar
patches-1e4063010d13249df94483e57d410fcc2965d6f5.tar.gz
gnu: haunt: Disable test suite.
* gnu/packages/guile.scm (haunt): Disable test suite.
-rw-r--r--gnu/packages/guile.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index abb4fe9884..96ef021fb4 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -1039,7 +1039,7 @@ Guile's foreign function interface.")
(arguments
`(#:modules ((ice-9 match) (ice-9 ftw)
,@%gnu-build-system-modules)
-
+ #:tests? #f ; test suite is non-deterministic :(
#:phases (modify-phases %standard-phases
(add-after 'install 'wrap-haunt
(lambda* (#:key outputs #:allow-other-keys)