mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
8442760638
commit
0867cdc514
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue