mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: LLVM: Build with Python 3.
* gnu/packages/llvm.scm (llvm-11)[native-inputs]: Change from PYTHON-2 to PYTHON-WRAPPER.
This commit is contained in:
parent
01f1bca859
commit
250a2ac21f
1 changed files with 1 additions and 1 deletions
|
@ -490,7 +490,7 @@ output), and Binutils.")
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(outputs '("out" "opt-viewer"))
|
(outputs '("out" "opt-viewer"))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python" ,python-2) ;bytes->str conversion in clang>=3.7 needs python-2
|
`(("python" ,python-wrapper)
|
||||||
("perl" ,perl)))
|
("perl" ,perl)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libffi" ,libffi)))
|
`(("libffi" ,libffi)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue