gnu: i3lock-fancy: Inputs are not native.
* gnu/packages/wm.scm (i3lock-fancy)[native-inputs]: Move everything ... [inputs]: ... here.
This commit is contained in:
parent
5b48d6de23
commit
1aa765fd52
1 changed files with 1 additions and 1 deletions
|
@ -630,7 +630,7 @@ Features include:
|
||||||
(string-append bin "/i3lock-fancy"))
|
(string-append bin "/i3lock-fancy"))
|
||||||
(copy-recursively "icons" icons)
|
(copy-recursively "icons" icons)
|
||||||
#t))))))
|
#t))))))
|
||||||
(native-inputs
|
(inputs
|
||||||
`(("imagemagick" ,imagemagick)
|
`(("imagemagick" ,imagemagick)
|
||||||
("wmctrl" ,wmctrl)
|
("wmctrl" ,wmctrl)
|
||||||
("gawk" ,gawk)))
|
("gawk" ,gawk)))
|
||||||
|
|
Reference in a new issue