me
/
guix
Archived
1
0
Fork 0

gnu: guile-ics: Disable tests.

* gnu/packages/guile-xyz.scm (guile-ics)[arguments]: New field.
master
Ludovic Courtès 2021-10-17 00:43:32 +02:00
parent 618ffc0ad5
commit 62fd9d7553
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 0 deletions

View File

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