gnu: newick-utils: Skip tests when cross-compiling.

* gnu/packages/bioinformatics.scm (newick-utils)[arguments]: Adjust
 #: tests? to skip tests when cross-compiling.
This commit is contained in:
Efraim Flashner 2023-07-20 17:41:23 +03:00
parent 8442760638
commit 0867cdc514
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -7277,7 +7277,8 @@ (define-public newick-utils
"1hkw21rq1mwf7xp0rmbb2gqc0i6p11108m69i7mr7xcjl268pxnb"))))
(build-system gnu-build-system)
(arguments
`(#:tests? ,(not (target-riscv64?)) ;XXX: stuck on riscv64-linux
`(#:tests? ,(not (or (target-riscv64?) ;XXX: stuck on riscv64-linux
(%current-target-system)))
#:make-flags (list "CFLAGS=-O2 -g -fcommon")))
(inputs
;; XXX: TODO: Enable Lua and Guile bindings.