~ruther/guix-local

206bfa0f03d99c9bbc90e817fe775629d5d0e7b8 — Jussi Timperi 11 months ago eefd2b2
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>
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/wm.scm
M gnu/packages/wm.scm => gnu/packages/wm.scm +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