mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05: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
|
(base32
|
||||||
"15pfm7j4wq8ryp9n9d81h8v0arl15yq9i6cigw45walnq5r6721h"))))
|
"15pfm7j4wq8ryp9n9d81h8v0arl15yq9i6cigw45walnq5r6721h"))))
|
||||||
;; For subtree documentation.
|
;; For subtree documentation.
|
||||||
("asciidoc" ,asciidoc)
|
("asciidoc" ,asciidoc-py3)
|
||||||
("docbook-xsl" ,docbook-xsl)
|
("docbook-xsl" ,docbook-xsl)
|
||||||
("xmlto" ,xmlto)))
|
("xmlto" ,xmlto)))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in a new issue