guix-commits
[Top][All Lists]
Advanced

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

03/13: gnu: swaylock: Remove unused input.


From: guix-commits
Subject: 03/13: gnu: swaylock: Remove unused input.
Date: Mon, 10 Feb 2020 14:34:10 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit bc552a0c9cef0980b64312adf7c72f0044d1a568
Author: Marius Bakke <address@hidden>
AuthorDate: Fri Feb 7 19:52:28 2020 +0100

    gnu: swaylock: Remove unused input.
    
    * gnu/packages/wm.scm (swaylock)[native-inputs]: Remove GIT.
---
 gnu/packages/wm.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 1152433..4e34470 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1450,8 +1450,7 @@ modules for building a Wayland compositor.")
               ("libxkbcommon" ,libxkbcommon)
               ;("linux-pam" ,linux-pam) ; FIXME: Doesn't work.
               ("wayland" ,wayland)))
-    (native-inputs `(("git" ,git)
-                     ("pango" ,pango)
+    (native-inputs `(("pango" ,pango)
                      ("pkg-config" ,pkg-config)
                      ("scdoc" ,scdoc)
                      ("wayland-protocols" ,wayland-protocols)))



reply via email to

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