guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit cf3020abc647d2a7fac67eef19efe483fa926479
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Feb 4 15:49:36 2026 +0000

    gnu: python-kivymd: Fix build.
    
    * gnu/packages/python-graphics.scm (python-kivymd):
      [phases] {set-home}: Move before {build}.
    
    Relates-to: guix/guix#5892
    Change-Id: I8a40dfa02b731d66c320806251ce3b3a3577d12c
---
 gnu/packages/python-graphics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-graphics.scm b/gnu/packages/python-graphics.scm
index 29aab3671d..86a12874d4 100644
--- a/gnu/packages/python-graphics.scm
+++ b/gnu/packages/python-graphics.scm
@@ -327,7 +327,7 @@ multitouch applications.")
               ;; Check phase fails struggling to find tests module.
               (with-output-to-file "kivymd/tests/__init__.py"
                 (lambda _ (display "")))))
-          (add-before 'check 'set-home
+          (add-before 'build 'set-home
             (lambda _
               ;; FileNotFoundError: [Errno 2] No such file or directory:
               ;; '/homeless-shelter/.kivy'

Reply via email to