gnu: i3-wm: Use asciidoc-py3.
* gnu/packages/wm.scm (i3-wm)[inputs]: Remove asciidoc. [native-inputs]: Add asciidoc-py3.
This commit is contained in:
parent
baec2a0846
commit
d5ac66a2ee
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,6 @@ commands would.")
|
||||||
("libxkbcommon" ,libxkbcommon)
|
("libxkbcommon" ,libxkbcommon)
|
||||||
("libev" ,libev)
|
("libev" ,libev)
|
||||||
("libyajl" ,libyajl)
|
("libyajl" ,libyajl)
|
||||||
("asciidoc" ,asciidoc)
|
|
||||||
("xmlto" ,xmlto)
|
("xmlto" ,xmlto)
|
||||||
("perl-pod-simple" ,perl-pod-simple)
|
("perl-pod-simple" ,perl-pod-simple)
|
||||||
("libx11" ,libx11)
|
("libx11" ,libx11)
|
||||||
|
@ -332,6 +331,7 @@ commands would.")
|
||||||
`(("which" ,which)
|
`(("which" ,which)
|
||||||
("perl" ,perl)
|
("perl" ,perl)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
|
("asciidoc-py3" ,asciidoc-py3)
|
||||||
;; For building the documentation.
|
;; For building the documentation.
|
||||||
("libxml2" ,libxml2)
|
("libxml2" ,libxml2)
|
||||||
("docbook-xsl" ,docbook-xsl)))
|
("docbook-xsl" ,docbook-xsl)))
|
||||||
|
|
Reference in a new issue