gnu: restic: Update the comment about the bundled dependencies.
* gnu/packages/backup.scm (restic): Update the comment.
This commit is contained in:
parent
9f162c0ab4
commit
f49d6909e3
|
@ -826,10 +826,12 @@ is like a time machine for your data. ")
|
||||||
(license (license:fsf-free "file://COPYING"
|
(license (license:fsf-free "file://COPYING"
|
||||||
"Open Software License 2.0"))))
|
"Open Software License 2.0"))))
|
||||||
|
|
||||||
(define-public restic ; bundled / vendored dependencies
|
(define-public restic
|
||||||
(package
|
(package
|
||||||
(name "restic")
|
(name "restic")
|
||||||
(version "0.9.1")
|
(version "0.9.1")
|
||||||
|
;; TODO Try packaging the bundled / vendored dependencies in the 'vendor/'
|
||||||
|
;; directory.
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
|
Loading…
Reference in New Issue