mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: python-clang: Fix tests, switch to pyproject-build-system.
* gnu/packages/llvm.scm (python-clang): Fix tests, switch to pyproject-build-system. Change-Id: I5c99e066e31eae12bb3c50471d8c0767790d6a16 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
bdfd3fa403
commit
75223ca4b6
1 changed files with 1 additions and 0 deletions
|
|
@ -1728,6 +1728,7 @@ existing compilers together.")
|
|||
(outputs '("out"))
|
||||
(arguments
|
||||
(list
|
||||
#:test-backend #~'unittest
|
||||
#:phases #~(modify-phases %standard-phases
|
||||
(add-before 'build 'change-directory
|
||||
(lambda _
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue