1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-08 05:58:55 +02:00

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>
This commit is contained in:
Maxime Devos
2022-08-28 16:47:40 +02:00
committed by Mathieu Othacehe
parent 0168c65de4
commit 80a75c5357
+1 -1
View File
@@ -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