~ruther/guix-local

c548ff6a30705d648e9a704f87001c5090cc8204 — Maxime Devos 3 years ago dbd5612
gnu: python-jaraco-functools: Don't ask to run tests when cross-compiling.

* gnu/packages/python-xyz.scm
(python-jaraco-functools)[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
@@ 8306,7 8306,7 @@ module with a few extra procedures.")
     (substitute-keyword-arguments
         (package-arguments python-jaraco-functools-bootstrap)
       ((#:tests? _ #f)
        #t)
        (not (%current-target-system)))
       ((#:phases phases #~%standard-phases)
        #~(modify-phases #$phases
            (replace 'check