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

commit d5daef6484ae5ce089199180245af1bea0b0faaa
Author: Nicolas Graves <[email protected]>
AuthorDate: Wed Feb 4 19:06:41 2026 +0100

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

diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 43818584b5..2c132c1ef7 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -1360,7 +1360,7 @@ borgmatic is powered by borg.")
                  (string-append "which('" #$(this-package-input "borg")
                                 "/bin/borg')")))))
           ;; XXX The test suite tries to write to $HOME.
-          (add-before 'check 'set-HOME
+          (add-before 'sanity-check 'set-HOME
             (lambda _
               (setenv "HOME" "/tmp")))
           ;; Otherwise, the user interface's icons will be missing.

Reply via email to