mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01: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:
parent
5b48d6de23
commit
1aa765fd52
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue