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:
Marius Bakke 2020-12-19 14:38:22 +01:00
parent 01f1bca859
commit 250a2ac21f
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

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