From 1a2a209e6235620a305107e3ab90b14d23ca3f29 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 12 Jun 2022 02:01:05 +0200 Subject: gnu: i3status: Make asciidoc a native input. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/wm.scm (i3status)[inputs]: Move asciidoc from here… [native-inputs]: …to here. --- gnu/packages/wm.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 4194ec0fd9..bfbbc04b7c 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -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") -- cgit v1.2.3