diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-06-12 02:01:05 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-06-12 02:00:00 +0200 |
| commit | 1a2a209e6235620a305107e3ab90b14d23ca3f29 (patch) | |
| tree | f174c6ed77d27c6f26a6cd845362ade59d63babd /gnu | |
| parent | 743204bb0402e62413af1972263636a549a9732d (diff) | |
gnu: i3status: Make asciidoc a native input.
* gnu/packages/wm.scm (i3status)[inputs]: Move asciidoc from here…
[native-inputs]: …to here.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/wm.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 4194ec0fd9a..bfbbc04b7c7 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm | |||
| @@ -282,10 +282,10 @@ or musca). | |||
| 282 | alsa-lib | 282 | alsa-lib |
| 283 | pulseaudio | 283 | pulseaudio |
| 284 | libnl | 284 | libnl |
| 285 | libcap | 285 | libcap)) |
| 286 | asciidoc)) | ||
| 287 | (native-inputs | 286 | (native-inputs |
| 288 | (list pkg-config docbook-xsl libxml2 ;for XML_CATALOG_FILES | 287 | (list asciidoc |
| 288 | pkg-config docbook-xsl libxml2 ;for XML_CATALOG_FILES | ||
| 289 | xmlto)) | 289 | xmlto)) |
| 290 | (home-page "https://i3wm.org/i3status/") | 290 | (home-page "https://i3wm.org/i3status/") |
| 291 | (synopsis "Status bar for i3bar, dzen2, xmobar or similar programs") | 291 | (synopsis "Status bar for i3bar, dzen2, xmobar or similar programs") |
