mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-02 23:35:54 +02:00
gnu: python-llvmlite: Fix tests.
* gnu/packages/llvm.scm (python-llvmlite)[native-inputs]: Remove python-wheel; add python-pytest. Change-Id: Idd1b4757432a3194f7e01ad5106330d2a4f7b895
This commit is contained in:
@@ -1613,7 +1613,7 @@ existing compilers together.")
|
||||
(setenv "CPPFLAGS" "-fPIC")
|
||||
(setenv "LDFLAGS" (string-append "-Wl,-rpath="
|
||||
llvm "/lib"))))))))
|
||||
(native-inputs (list python-setuptools python-wheel))
|
||||
(native-inputs (list python-pytest python-setuptools))
|
||||
(inputs
|
||||
(list
|
||||
(let* ((patches-commit
|
||||
|
||||
Reference in New Issue
Block a user