gnu: i3lock-fancy: Inputs are not native.

* gnu/packages/wm.scm (i3lock-fancy)[native-inputs]: Move everything ...
[inputs]: ... here.
This commit is contained in:
Marius Bakke 2020-11-11 21:26:03 +01:00
parent 5b48d6de23
commit 1aa765fd52
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -630,7 +630,7 @@ (define-public i3lock-fancy
(string-append bin "/i3lock-fancy"))
(copy-recursively "icons" icons)
#t))))))
(native-inputs
(inputs
`(("imagemagick" ,imagemagick)
("wmctrl" ,wmctrl)
("gawk" ,gawk)))