mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-10 05:09:33 -05:00
gnu: guile-ics: Disable tests.
* gnu/packages/guile-xyz.scm (guile-ics)[arguments]: New field.
This commit is contained in:
parent
618ffc0ad5
commit
62fd9d7553
1 changed files with 3 additions and 0 deletions
|
@ -1823,6 +1823,9 @@ (define-public guile-ics
|
||||||
"GUILE_PKG([3.0 2.2 2.0])\n"))
|
"GUILE_PKG([3.0 2.2 2.0])\n"))
|
||||||
#t))))
|
#t))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
;; XXX: Tests expect 'test-runner-current' to not return #f after
|
||||||
|
;; 'test-end', which is no longer the case in Guile 3.0.7.
|
||||||
|
(arguments '(#:tests? #f))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("autoconf" ,autoconf)
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
|
|
Loading…
Reference in a new issue