~ruther/guix-local

321620d15ba0400be0253c0423aea633d374ab7b — Maxime Devos 3 years ago 7d49984
gnu: python-jupyter-client: Don't ask to run tests when cross-compiling.

* gnu/packages/python-xyz.scm
(python-jupyter-client)[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
@@ 8706,7 8706,7 @@ installing @code{kernelspec}s for use with Jupyter frontends.")
      (arguments
       (substitute-keyword-arguments (package-arguments base)
         ((#:tests? _ #f)
          #t)
          (not (%current-target-system)))
         ((#:phases phases #~%standard-phases)
          #~(modify-phases #$phases
              (replace 'check