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
@ -320,7 +320,6 @@ commands would.")
|
||||
("libxkbcommon" ,libxkbcommon)
|
||||
("libev" ,libev)
|
||||
("libyajl" ,libyajl)
|
||||
("asciidoc" ,asciidoc)
|
||||
("xmlto" ,xmlto)
|
||||
("perl-pod-simple" ,perl-pod-simple)
|
||||
("libx11" ,libx11)
|
||||
@ -332,6 +331,7 @@ commands would.")
|
||||
`(("which" ,which)
|
||||
("perl" ,perl)
|
||||
("pkg-config" ,pkg-config)
|
||||
("asciidoc-py3" ,asciidoc-py3)
|
||||
;; For building the documentation.
|
||||
("libxml2" ,libxml2)
|
||||
("docbook-xsl" ,docbook-xsl)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user