mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: git: Remove Python 2 from the package closure.
* gnu/packages/version-control.scm (git)[native-inputs]: Replace asciidoc with asciidoc-py3.
This commit is contained in:
parent
7138257892
commit
7dffb5bace
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ (define-public git
|
|||
(base32
|
||||
"15pfm7j4wq8ryp9n9d81h8v0arl15yq9i6cigw45walnq5r6721h"))))
|
||||
;; For subtree documentation.
|
||||
("asciidoc" ,asciidoc)
|
||||
("asciidoc" ,asciidoc-py3)
|
||||
("docbook-xsl" ,docbook-xsl)
|
||||
("xmlto" ,xmlto)))
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue