mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: haunt: Disable test suite.
* gnu/packages/guile.scm (haunt): Disable test suite.
This commit is contained in:
parent
68c6110c20
commit
1e4063010d
1 changed files with 1 additions and 1 deletions
|
@ -1039,7 +1039,7 @@ (define-public haunt
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue