summaryrefslogtreecommitdiff
path: root/gnu/packages/backup.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2018-06-18 12:14:27 -0400
committerLeo Famulari <leo@famulari.name>2018-06-18 12:15:27 -0400
commitf49d6909e3b401b157dd4bdc783ff28c3339c9c0 (patch)
treee155850268ca3385bd607ceb548f50ea3b7e6858 /gnu/packages/backup.scm
parent9f162c0ab42d8adecc1e23375ce8cb8090714399 (diff)
downloadguix-patches-f49d6909e3b401b157dd4bdc783ff28c3339c9c0.tar
guix-patches-f49d6909e3b401b157dd4bdc783ff28c3339c9c0.tar.gz
gnu: restic: Update the comment about the bundled dependencies.
* gnu/packages/backup.scm (restic): Update the comment.
Diffstat (limited to 'gnu/packages/backup.scm')
-rw-r--r--gnu/packages/backup.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 85764b073e..9ef0ee7f09 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -826,10 +826,12 @@ is like a time machine for your data. ")
(license (license:fsf-free "file://COPYING"
"Open Software License 2.0"))))
-(define-public restic ; bundled / vendored dependencies
+(define-public restic
(package
(name "restic")
(version "0.9.1")
+ ;; TODO Try packaging the bundled / vendored dependencies in the 'vendor/'
+ ;; directory.
(source (origin
(method url-fetch)
(uri (string-append