mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-29 05:30:32 +02:00
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
This commit is contained in:
committed by
Andreas Enge
parent
749eca3963
commit
b35ce8a33d
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user