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

commit 1ec0463455ddcc09b1cab780d4ffeb5393a9e7db
Author: Nicolas Graves <[email protected]>
AuthorDate: Wed Feb 4 20:10:16 2026 +0100

    gnu: rednotebook: Relocate phase 'set-HOME.
    
    * gnu/packages/rednotebook.scm (rednotebook)[arguments]<#:phases>:
    Relocate phase 'set-HOME.
    
    Change-Id: I266d066f93d158c33aeafd5cdf9aa8002d02678a
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/rednotebook.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/rednotebook.scm b/gnu/packages/rednotebook.scm
index 6dcc8a2cac..d15c7f1c82 100644
--- a/gnu/packages/rednotebook.scm
+++ b/gnu/packages/rednotebook.scm
@@ -59,7 +59,7 @@
         (guix build utils))
       #:phases
       #~(modify-phases %standard-phases
-          (add-before 'check 'configure-tests
+          (add-before 'sanity-check 'configure-tests
             (lambda _
               (setenv "HOME" (getcwd))))
           ;; Make sure rednotebook can find the typelibs and webkitgtk shared

Reply via email to