1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-13 00:20:35 +02:00

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

View File

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