mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: borg: Fix build.
* gnu/packages/backup.scm (borg)[arguments]: Don't refer to nonexistent 'install-docs' phase. Change-Id: If7c1a99ee0dc08a2a0649c78505de432cf996e9c
This commit is contained in:
parent
9dbaa10aa7
commit
f79b1fdaed
1 changed files with 1 additions and 1 deletions
|
@ -743,7 +743,7 @@ (define-public borg
|
|||
"docs/misc/internals-picture.txt"
|
||||
"docs/misc/prune-example.txt"))
|
||||
(copy-recursively "docs/man" man))))
|
||||
(add-after 'install-docs 'install-shell-completions
|
||||
(add-after 'install-doc 'install-shell-completions
|
||||
(lambda _
|
||||
(let ((etc (string-append #$output "/etc"))
|
||||
(share (string-append #$output "/share")))
|
||||
|
|
Loading…
Reference in a new issue