gnu: haunt: Disable test suite.

* gnu/packages/guile.scm (haunt): Disable test suite.
This commit is contained in:
David Thompson 2017-03-27 14:18:17 -04:00
parent 68c6110c20
commit 1e4063010d
No known key found for this signature in database
GPG Key ID: 8328C7470FF1D807

View File

@ -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)