diff options
author | Marius Bakke <marius@gnu.org> | 2020-11-11 21:26:03 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-11-11 21:37:12 +0100 |
commit | 1aa765fd52086731bf2ec6da04f0afbe6535c8aa (patch) | |
tree | b8de821ca96df636fc20c731ee6fbefeda22732c /gnu/packages/wm.scm | |
parent | 5b48d6de23fb3936750df7571d3067b28a8ee6d1 (diff) |
gnu: i3lock-fancy: Inputs are not native.
* gnu/packages/wm.scm (i3lock-fancy)[native-inputs]: Move everything ...
[inputs]: ... here.
Diffstat (limited to 'gnu/packages/wm.scm')
-rw-r--r-- | gnu/packages/wm.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 3bb7f7e8e8..56a0ca63cf 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -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))) |