gnu: guile@1.8: Disable tests.
* gnu/packages/guile.scm (guile-1.8)[arguments]: Pass #:tests? #f.
This commit is contained in:
parent
b792bc899d
commit
78dab5a6c4
@ -110,8 +110,13 @@
|
||||
|
||||
;; 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)
|
||||
|
Loading…
Reference in New Issue
Block a user