mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 3 additions and 1 deletions
|
@ -826,10 +826,12 @@ (define write-man
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue