[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/12: gnu: i3status: Make asciidoc a native input.
From: |
guix-commits |
Subject: |
02/12: gnu: i3status: Make asciidoc a native input. |
Date: |
Fri, 17 Jun 2022 15:28:41 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 1a2a209e6235620a305107e3ab90b14d23ca3f29
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jun 12 02:01:05 2022 +0200
gnu: i3status: Make asciidoc a native input.
* 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")
- branch master updated (793ce82c9d -> b9d309114b), guix-commits, 2022/06/17
- 03/12: gnu: i3status: Update to 2.14., guix-commits, 2022/06/17
- 02/12: gnu: i3status: Make asciidoc a native input.,
guix-commits <=
- 05/12: gnu: duktape: Use G-expressions., guix-commits, 2022/06/17
- 06/12: gnu: duktape: Cross-compile., guix-commits, 2022/06/17
- 10/12: gnu: rng-tools: Update to 6.15., guix-commits, 2022/06/17
- 07/12: gnu: btrfs-progs: Update to 5.18.1., guix-commits, 2022/06/17
- 04/12: gnu: erofs-utils: Update to 1.5., guix-commits, 2022/06/17
- 08/12: gnu: btrfs-progs: Fix tests., guix-commits, 2022/06/17
- 01/12: gnu: brltty: Update to 6.5., guix-commits, 2022/06/17
- 09/12: gnu: btrfs-progs: Use @acronym in description., guix-commits, 2022/06/17
- 11/12: gnu: fdm: Update to 2.1., guix-commits, 2022/06/17
- 12/12: gnu: fdm: Edit description., guix-commits, 2022/06/17