guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit e9613b56020af8442716753262b7172d259f7c57
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Feb 4 12:45:11 2026 +0000
gnu: gourmet: Fix build.
* gnu/packages/nutrition.scm (gourmet)
[phases]{set-environment}: New phase.
{configure-tests}: Remove phase.
Relates-to: guix/guix#5892
Change-Id: I153a0c7b2a1d8fac6402dd75f31edfc6ec4a7ef8
---
gnu/packages/nutrition.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/nutrition.scm b/gnu/packages/nutrition.scm
index 6a8894241f..46bcd61e33 100644
--- a/gnu/packages/nutrition.scm
+++ b/gnu/packages/nutrition.scm
@@ -93,8 +93,8 @@ in the @url{https://schema.org/Recipe} format.")
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/thinkle/gourmet")
- (commit commit)))
+ (url "https://github.com/thinkle/gourmet")
+ (commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
@@ -109,9 +109,9 @@ in the @url{https://schema.org/Recipe} format.")
#~(list "--ignore-glob=gourmet/tests/**/*.py")
#:phases
#~(modify-phases %standard-phases
- (add-before 'check 'configure-tests
+ (add-before 'build 'set-environemnt
(lambda _
- (setenv "HOME" "/tmp") ;needed by tests
+ (setenv "HOME" "/tmp")
(system "Xvfb &")
(setenv "DISPLAY" ":0")))
(add-after 'install 'install-dekstop-file-and-icons