From b35ce8a33d9146cefb565ba6bfb9a7b1946700c4 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Wed, 4 Feb 2026 15:49:36 +0000 Subject: 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(-) (limited to 'gnu/packages/python-graphics.scm') diff --git a/gnu/packages/python-graphics.scm b/gnu/packages/python-graphics.scm index 29aab3671d4..86a12874d47 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' -- cgit v1.3