mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: python-jaraco-context: Don't ask to run tests when cross-compiling.
* gnu/packages/python-xyz.scm (python-jaraco-context)[arguments]{#:tests?}: When cross-compiling, set to #false. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
321620d15b
commit
d720aa4a88
1 changed files with 1 additions and 1 deletions
|
@ -8255,7 +8255,7 @@ (define-public python-jaraco-context
|
|||
(substitute-keyword-arguments
|
||||
(package-arguments python-jaraco-context-bootstrap)
|
||||
((#:tests? _ #f)
|
||||
#t)
|
||||
(not (%current-target-system)))
|
||||
((#:phases phases #~%standard-phases)
|
||||
#~(modify-phases #$phases
|
||||
(replace 'check
|
||||
|
|
Loading…
Reference in a new issue