GNU bug report logs -
#52659
Vorta GUI for Borg backup
Previous Next
Reported by: Leo Famulari <leo <at> famulari.name>
Date: Sun, 19 Dec 2021 17:42:01 UTC
Severity: normal
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
---
gnu/packages/backup.scm | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 5ce6e10bab..e2a37d182b 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -1207,6 +1207,13 @@ (define-public vorta
((guix build qt-build-system) #:prefix qt:))
#:phases
(modify-phases %standard-phases
+ (add-after 'unpack 'patch-borg-path
+ (lambda* (#:key inputs #:allow-other-keys)
+ (let ((borg (string-append (assoc-ref inputs "borg")
+ "/bin/borg")))
+ (substitute* "src/vorta/borg/borg_job.py"
+ (("which\\('borg'\\)")
+ (string-append "which('" borg "')"))))))
;; XXX This phase tries to write to $HOME
(add-before 'sanity-check 'set-HOME
(lambda _
@@ -1220,7 +1227,8 @@ (define-public vorta
python-pytest-runner
python-setuptools-git))
(inputs
- (list python-appdirs
+ (list borg
+ python-appdirs
python-dateutil
python-keyring
python-paramiko
--
2.34.0
This bug report was last modified 3 years and 119 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.