mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-22 00:55:56 +02:00
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>
This commit is contained in:
committed by
Andreas Enge
parent
eefd2b2ee0
commit
206bfa0f03
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user