diff options
| -rw-r--r-- | gnu/packages/backup.scm | 2 |
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. |
