1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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>
This commit is contained in:
Nicolas Graves
2026-02-04 19:06:41 +01:00
committed by Andreas Enge
parent f319ff5a54
commit 67b5f86424

View File

@@ -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.