me
/
guix
Archived
1
0
Fork 0

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>
master
Maxime Devos 2022-08-28 16:47:40 +02:00 committed by Mathieu Othacehe
parent 0168c65de4
commit 80a75c5357
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 1 additions and 1 deletions

View File

@ -11305,7 +11305,7 @@ from an XML-based format.")
(arguments (arguments
(substitute-keyword-arguments (package-arguments python-fonttools) (substitute-keyword-arguments (package-arguments python-fonttools)
((#:tests? _ #f) ((#:tests? _ #f)
#t) (not (%current-target-system)))
((#:phases phases '%standard-phases) ((#:phases phases '%standard-phases)
`(modify-phases ,phases `(modify-phases ,phases
(replace 'check (replace 'check