diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-01-15 07:42:13 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-01-24 20:44:30 +0100 |
commit | 1cc3971242fe28835b57e3e480c2336db04ca024 (patch) | |
tree | 996c696f5ad7abef64caf188212ba38fd7162eb0 | |
parent | b15d1c467fd5de9724c3a47c4d0d9c26246e8dc9 (diff) |
gnu: boost: Fix build with Python 3.8.
* gnu/packages/boost.scm (boost)[arguments]: Drop "m" suffix of Python 3
header location.
-rw-r--r-- | gnu/packages/boost.scm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm index ded4db0586..16a08bde44 100644 --- a/gnu/packages/boost.scm +++ b/gnu/packages/boost.scm @@ -137,11 +137,6 @@ ,(%current-target-system))))) '()) - (when (which "python3") - (substitute* "tools/build/src/tools/python.jam" - (("include/python\\$\\(version\\)") - "include/python$(version)m"))) - (invoke "./bootstrap.sh" (string-append "--prefix=" out) ;; Auto-detection looks for ICU only in traditional |