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 @@ everything from small to very large projects with speed and efficiency.")
|
|||
(delete 'build-subtree)
|
||||
(delete 'split)
|
||||
(delete 'install-man-pages)
|
||||
(delete 'install-info-manual)
|
||||
(delete 'install-subtree)
|
||||
(delete 'install-credential-netrc)
|
||||
(delete 'install-credential-libsecret)
|
||||
|
|
Reference in a new issue