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

commit 427a736a42ad06bade8e6ee2ddb6f147b82c4289
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Feb 4 13:16:48 2026 +0000

    gnu: pass-git-helper: Fix build.
    
    * gnu/packages/password-utils.scm (pass-git-helper):
      [phases] {set-home}: Move before {build}.
    
    Relates-to: guix/guix#5892
    Change-Id: I7cd2d0cb08b95dbfd1be25e363476d95848f5620
---
 gnu/packages/password-utils.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index 505c2b3277..7fd4141460 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -1515,7 +1515,7 @@ program.")
      (list
       #:phases
       #~(modify-phases %standard-phases
-          (add-before 'check 'set-home
+          (add-before 'build 'set-home
             (lambda _
               (setenv "HOME" (getcwd)))))))
     (native-inputs

Reply via email to