summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
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.