gnu: guile-ics: Disable tests.
* gnu/packages/guile-xyz.scm (guile-ics)[arguments]: New field.
This commit is contained in:
parent
618ffc0ad5
commit
62fd9d7553
@ -1823,6 +1823,9 @@ provides tight coupling to Guix.")
|
||||
"GUILE_PKG([3.0 2.2 2.0])\n"))
|
||||
#t))))
|
||||
(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
|
||||
`(("autoconf" ,autoconf)
|
||||
("automake" ,automake)
|
||||
|
Loading…
Reference in New Issue
Block a user