gnu: i3lock-fancy: Add input.

* gnu/packages/wm.scm (i3lock-fancy)[inputs]: Add i3lock.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
phodina 2021-08-17 16:44:37 +00:00 committed by Ludovic Courtès
parent e81975308a
commit 49658fc66f
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -645,6 +645,7 @@ (define-public i3lock-fancy
(inputs
`(("imagemagick" ,imagemagick)
("wmctrl" ,wmctrl)
("i3lock" ,i3lock)
("gawk" ,gawk)))
(home-page "https://github.com/meskarune/i3lock-fancy")
(synopsis "Screen locker with screenshot function")