diff options
author | Jussi Timperi <jussi.timperi@iki.fi> | 2025-07-22 23:24:16 +0300 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-23 17:04:29 +0200 |
commit | 206bfa0f03d99c9bbc90e817fe775629d5d0e7b8 (patch) | |
tree | 25b39411bb728d3f9c9442d176306d8d82c89fd5 | |
parent | eefd2b2ee0984314a7f4d74a8e1b9dc92887d501 (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.scm | 2 |
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 |