summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2026-05-25 08:35:35 +0300
committerEfraim Flashner <efraim@flashner.co.il>2026-05-25 08:35:35 +0300
commit1204c1f71ebb953e878fce5b2403e374ceaef4eb (patch)
tree8e48edbeb43fbeb2583637b371f05dba0e39fab7 /gnu/packages/python.scm
parentf43c3895cd59533a8e1cf087568f24f64ee5e91d (diff)
gnu: python-3.12: Fix dangling if in package definition.
* gnu/packages/python.scm (python-3.12)[arguments]: Fix dangling if statement in make-flags. Change-Id: I12e7002f13ccb8bbd855f358bef72d9e36c4ac05
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r--gnu/packages/python.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 9111917c2c4..8b54a4aabb2 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1006,7 +1006,8 @@ def contents() -> str:
1006 " test_asyncio" 1006 " test_asyncio"
1007 " test_shutdown" 1007 " test_shutdown"
1008 #$@(if (target-ppc32?) 1008 #$@(if (target-ppc32?)
1009 #~(" test_ssl")) 1009 #~(" test_ssl")
1010 #~())
1010 #$@(if (system-hurd?) 1011 #$@(if (system-hurd?)
1011 #~(" test_posix" ;multiple errors 1012 #~(" test_posix" ;multiple errors
1012 " test_time" 1013 " test_time"