summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Timperi <jussi.timperi@iki.fi>2025-07-22 23:24:16 +0300
committerAndreas Enge <andreas@enge.fr>2025-07-23 17:04:29 +0200
commit206bfa0f03d99c9bbc90e817fe775629d5d0e7b8 (patch)
tree25b39411bb728d3f9c9442d176306d8d82c89fd5
parenteefd2b2ee0984314a7f4d74a8e1b9dc92887d501 (diff)
gnu: i3lock-color: Fix build.
* gnu/packages/wm.scm (i3lock-color)[native-inputs]: Remove automake; add automake-1.16.5. Change-Id: Ic196e72b5bd4d6704d6cf9959061e4affefca261 Signed-off-by: Andreas Enge <andreas@enge.fr>
-rw-r--r--gnu/packages/wm.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index d982546a9b..05799cb8be 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1030,7 +1030,7 @@ prompt.")
xcb-util-image
xcb-util-xrm))
(native-inputs
- (list autoconf automake bash-completion pkg-config))
+ (list autoconf automake-1.16.5 bash-completion pkg-config))
(home-page "https://github.com/Raymo111/i3lock-color")
(synopsis "Screen locker with color configuration support")
(description