mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 09:22:05 -05: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:
parent
743204bb04
commit
1a2a209e62
1 changed files with 3 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue