summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-02-04 19:06:41 +0100
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:56 +0100
commit67b5f864243d3745990afbc29bba759d901cee67 (patch)
tree2b279b2a7a02369362c3d96eac9ff0707929c4b9 /gnu
parentf319ff5a54053c7fcf4cd7255957bef13cf17538 (diff)
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/backup.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 43818584b53..2c132c1ef73 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.