mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: alfa: Skip tests when cross compiling.
* gnu/packages/astronomy.scm (alfa)[arguments]: Also skip tests when cross compiling. Change-Id: Ie96b418a652feff6b4dfc79ffcac9d0f1900fce5
This commit is contained in:
parent
6ba29e0210
commit
a0221c3424
1 changed files with 3 additions and 3 deletions
|
@ -127,9 +127,9 @@ (define-public alfa
|
|||
#$output)
|
||||
(string-append "VERSION="
|
||||
#$version))
|
||||
#:tests? (not
|
||||
;; The test suite consumes all disk space
|
||||
(target-riscv64?))
|
||||
#:tests? (not (or (%current-target-system)
|
||||
;; The test suite consumes all disk space
|
||||
(target-riscv64?)))
|
||||
#:phases #~(modify-phases %standard-phases
|
||||
(delete 'configure)
|
||||
(delete 'check)
|
||||
|
|
Loading…
Reference in a new issue