summaryrefslogtreecommitdiff
path: root/gnu/packages/password-utils.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-02-04 13:16:48 +0000
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:54 +0100
commitf50a3c37dac535a30a42348870ecf8c031ea3469 (patch)
tree8863f467b27899e582cbbeb0e45e35f091140c73 /gnu/packages/password-utils.scm
parent4e0544a3ad8bb9922ee8a08ca64261eeef5c7fa3 (diff)
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
Diffstat (limited to 'gnu/packages/password-utils.scm')
-rw-r--r--gnu/packages/password-utils.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index 505c2b32771..7fd4141460c 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -1515,7 +1515,7 @@ program.")
1515 (list 1515 (list
1516 #:phases 1516 #:phases
1517 #~(modify-phases %standard-phases 1517 #~(modify-phases %standard-phases
1518 (add-before 'check 'set-home 1518 (add-before 'build 'set-home
1519 (lambda _ 1519 (lambda _
1520 (setenv "HOME" (getcwd))))))) 1520 (setenv "HOME" (getcwd)))))))
1521 (native-inputs 1521 (native-inputs