1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 20:12:11 +02:00

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
+3 -3
View File
@@ -282,10 +282,10 @@ or musca).
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")