[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: restic: Update the comment about the bundled dependencies.
From: |
Leo Famulari |
Subject: |
01/01: gnu: restic: Update the comment about the bundled dependencies. |
Date: |
Mon, 18 Jun 2018 12:15:39 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit f49d6909e3b401b157dd4bdc783ff28c3339c9c0
Author: Leo Famulari <address@hidden>
Date: Mon Jun 18 12:14:27 2018 -0400
gnu: restic: Update the comment about the bundled dependencies.
* gnu/packages/backup.scm (restic): Update the comment.
---
gnu/packages/backup.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 85764b0..9ef0ee7 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