summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
authorHugo Buddelmeijer <hugo@buddelmeijer.nl>2026-05-24 21:57:16 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-05-24 23:37:29 +0100
commitecfe54e6cf2773e013050d9b579b8e267258d3f7 (patch)
tree35cf1b7ae96a9f0576d425b4be0f66664336ac7b /gnu/packages/python.scm
parent68ae975687735a3c47dcf828baedba88757ac380 (diff)
gnu: python-3.10: Fix build.
* gnu/packages/python.scm (python-3.10): Fix build. [arguments]<#:test-target>: Set to "test". Merges: guix/guix!8804 Change-Id: I65cdf2111da684652a5ba6252cb23a5b15e1d6a7 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r--gnu/packages/python.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 21f1a169eba..dc42fe5a568 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -586,6 +586,7 @@ data types.")
586 (build-system gnu-build-system) 586 (build-system gnu-build-system)
587 (arguments 587 (arguments
588 (list 588 (list
589 #:test-target "test"
589 #:configure-flags 590 #:configure-flags
590 ;; Avoid inheriting phases, but configure-flags is fine, as 591 ;; Avoid inheriting phases, but configure-flags is fine, as
591 ;; it doesn't propagate to later python version. 592 ;; it doesn't propagate to later python version.