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
@ -490,7 +490,7 @@ output), and Binutils.")
|
||||
(build-system cmake-build-system)
|
||||
(outputs '("out" "opt-viewer"))
|
||||
(native-inputs
|
||||
`(("python" ,python-2) ;bytes->str conversion in clang>=3.7 needs python-2
|
||||
`(("python" ,python-wrapper)
|
||||
("perl" ,perl)))
|
||||
(inputs
|
||||
`(("libffi" ,libffi)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user