guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/09: gnu: i3lock-fancy: Inputs are not native.


From: guix-commits
Subject: 07/09: gnu: i3lock-fancy: Inputs are not native.
Date: Wed, 11 Nov 2020 15:41:55 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 1aa765fd52086731bf2ec6da04f0afbe6535c8aa
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Nov 11 21:26:03 2020 +0100

    gnu: i3lock-fancy: Inputs are not native.
    
    * gnu/packages/wm.scm (i3lock-fancy)[native-inputs]: Move everything ...
    [inputs]: ... here.
---
 gnu/packages/wm.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 3bb7f7e..56a0ca6 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]