[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/04: gnu: LLVM: Build with Python 3.
From: |
guix-commits |
Subject: |
03/04: gnu: LLVM: Build with Python 3. |
Date: |
Sat, 19 Dec 2020 16:28:48 -0500 (EST) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 250a2ac21f4281e30d59dbd42b73f5fbf2b17e4e
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Dec 19 14:38:22 2020 +0100
gnu: LLVM: Build with Python 3.
* gnu/packages/llvm.scm (llvm-11)[native-inputs]: Change from PYTHON-2 to
PYTHON-WRAPPER.
---
gnu/packages/llvm.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index 0f9b6ff..9105890 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -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)))