guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 75223ca4b6fee77f175fbb6c7700b752acdf81bb
Author: pinoaffe <[email protected]>
AuthorDate: Thu Dec 18 21:42:49 2025 +0100

    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 <[email protected]>
---
 gnu/packages/llvm.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index 3b6dc67a25..cc6c990d37 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -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 _

Reply via email to