gnu: guile@1.8: Disable tests.

* gnu/packages/guile.scm (guile-1.8)[arguments]: Pass #:tests? #f.
This commit is contained in:
Ludovic Courtès 2021-09-06 15:18:33 +02:00
parent b792bc899d
commit 78dab5a6c4
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -110,8 +110,13 @@ (define-public guile-1.8
;; The usual /bin/sh...
(substitute* "ice-9/popen.scm"
(("/bin/sh") (which "sh")))
#t)))))
(("/bin/sh") (which "sh"))))))
;; XXX: Several numerical tests and tests related to
;; 'inet-pton' fail on glibc 2.33/GCC 10. Disable them.
;; TODO: Remove this package when its dependents no longer
;; need it.
#:tests? #f))
;; When cross-compiling, a native version of Guile itself is needed.
(native-inputs (if (%current-target-system)