~ruther/guix-local

80a75c53570a7d4af3d30f441feff8bcce5aa53a — Maxime Devos 3 years ago 0168c65
gnu: python-fonttools-full: Don't ask to run tests when cross-compiling.

* gnu/packages/python-xyz.scm
(python-fonttools-full)[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
@@ 11305,7 11305,7 @@ from an XML-based format.")
    (arguments
     (substitute-keyword-arguments (package-arguments python-fonttools)
       ((#:tests? _ #f)
        #t)
        (not (%current-target-system)))
       ((#:phases phases '%standard-phases)
        `(modify-phases ,phases
           (replace 'check