rekado pushed a commit to branch master
in repository guix.
commit 4e98ed826a52e52aa294accd052d2cc5aa059d85
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Thu Jan 16 22:14:16 2025 +0100
gnu: wllvm: Add missing inputs.
* gnu/packages/llvm.scm (wllvm)[native-inputs]: Add python-setuptools and
python-wheel.
Change-Id: I080f132763607f7bc5f4609c993bd2a067cd9be4
---
gnu/packages/llvm.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index 727441e553..c910e5888b 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -3,7 +3,7 @@
;;; Copyright © 2015 Mark H Weaver <[email protected]>
;;; Copyright © 2015, 2017, 2018, 2019, 2020, 2021 Ludovic Courtès
<[email protected]>
;;; Copyright © 2016 Dennis Mungai <[email protected]>
-;;; Copyright © 2016, 2018, 2019, 2020, 2021, 2023 Ricardo Wurmus
<[email protected]>
+;;; Copyright © 2016, 2018, 2019, 2020, 2021, 2023, 2025 Ricardo Wurmus
<[email protected]>
;;; Copyright © 2017 Roel Janssen <[email protected]>
;;; Copyright © 2018–2022 Marius Bakke <[email protected]>
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <[email protected]>
@@ -2331,6 +2331,7 @@ LLVM."))))
(sha256
(base32 "0cf31hixzq5bzkxv91rvadlhrpxzy934134scv4frj85bxbpl19y"))))
(build-system pyproject-build-system)
+ (native-inputs (list python-setuptools python-wheel))
(home-page "https://github.com/SRI-CSL/whole-program-llvm")
(synopsis "Whole Program LLVM")
(description "This package provides a toolkit for building whole-program