gnu: i3status: Make asciidoc a native input.

* gnu/packages/wm.scm (i3status)[inputs]: Move asciidoc from here…
[native-inputs]: …to here.
This commit is contained in:
Tobias Geerinckx-Rice 2022-06-12 02:01:05 +02:00
parent 743204bb04
commit 1a2a209e62
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -282,10 +282,10 @@ (define-public i3status
alsa-lib
pulseaudio
libnl
libcap
asciidoc))
libcap))
(native-inputs
(list pkg-config docbook-xsl libxml2 ;for XML_CATALOG_FILES
(list asciidoc
pkg-config docbook-xsl libxml2 ;for XML_CATALOG_FILES
xmlto))
(home-page "https://i3wm.org/i3status/")
(synopsis "Status bar for i3bar, dzen2, xmobar or similar programs")