me
/
guix
Archived
1
0
Fork 0

gnu: boost: Fix build with Python 3.8.

* gnu/packages/boost.scm (boost)[arguments]: Drop "m" suffix of Python 3
header location.
master
Marius Bakke 2020-01-15 07:42:13 +01:00
parent b15d1c467f
commit 1cc3971242
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 0 additions and 5 deletions

View File

@ -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