~ruther/guix-local

d720aa4a88c77d1ba84c05e404ceae8589d9c110 — Maxime Devos 3 years ago 321620d
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>
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +1 -1
@@ 8255,7 8255,7 @@ procedures.")
     (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