diff options
Diffstat (limited to 'gnu/packages/python.scm')
| -rw-r--r-- | gnu/packages/python.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index c205b256f4d..7eaf07b6325 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -984,7 +984,10 @@ def contents() -> str: | |||
| 984 | #$@(if (%current-target-system) | 984 | #$@(if (%current-target-system) |
| 985 | #~("ac_cv_buggy_getaddrinfo=no" | 985 | #~("ac_cv_buggy_getaddrinfo=no" |
| 986 | "ac_cv_file__dev_ptmx=no" | 986 | "ac_cv_file__dev_ptmx=no" |
| 987 | "ac_cv_file__dev_ptc=no") | 987 | "ac_cv_file__dev_ptc=no" |
| 988 | (string-append "--with-build-python=" | ||
| 989 | #+(this-package-native-input "python") | ||
| 990 | "/bin/python3")) | ||
| 988 | #~()) | 991 | #~()) |
| 989 | ;; -fno-semantic-interposition reinstates some | 992 | ;; -fno-semantic-interposition reinstates some |
| 990 | ;; optimizations by gcc leading to around 15% speedup. | 993 | ;; optimizations by gcc leading to around 15% speedup. |
