mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: git-minimal: Do not attempt to install info manual.
This is a follow-up to commit 245ddc255a
.
* gnu/packages/version-control.scm (git-minimal)[arguments]: Remove
install-info-manual phase.
This commit is contained in:
parent
67921f5f4f
commit
5d970dfa89
1 changed files with 1 additions and 0 deletions
|
@ -611,6 +611,7 @@ (define-public git-minimal
|
|||
(delete 'build-subtree)
|
||||
(delete 'split)
|
||||
(delete 'install-man-pages)
|
||||
(delete 'install-info-manual)
|
||||
(delete 'install-subtree)
|
||||
(delete 'install-credential-netrc)
|
||||
(delete 'install-credential-libsecret)
|
||||
|
|
Loading…
Reference in a new issue