diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-04 15:49:36 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:55 +0100 |
| commit | b35ce8a33d9146cefb565ba6bfb9a7b1946700c4 (patch) | |
| tree | 85f561fad14226dfd7b967a73fa27bede964f098 /gnu/packages/python-graphics.scm | |
| parent | 749eca39632d215d4dc050856b781bbc16ad250d (diff) | |
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
Diffstat (limited to 'gnu/packages/python-graphics.scm')
| -rw-r--r-- | gnu/packages/python-graphics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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' |
