diff options
author | David Thompson <davet@gnu.org> | 2017-03-27 14:18:17 -0400 |
---|---|---|
committer | David Thompson <davet@gnu.org> | 2017-03-27 14:18:17 -0400 |
commit | 1e4063010d13249df94483e57d410fcc2965d6f5 (patch) | |
tree | c8b123ba16d020609038c95aebc7d72776c88696 /gnu | |
parent | 68c6110c20353a2994af72b3ef4c945a9c6e77e8 (diff) | |
download | patches-1e4063010d13249df94483e57d410fcc2965d6f5.tar patches-1e4063010d13249df94483e57d410fcc2965d6f5.tar.gz |
gnu: haunt: Disable test suite.
* gnu/packages/guile.scm (haunt): Disable test suite.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/guile.scm | 2 |
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) |