gnu: swaylock: Remove unused input.
authorMarius Bakke <mbakke@fastmail.com>
Fri, 7 Feb 2020 18:52:28 +0000 (19:52 +0100)
committerMarius Bakke <mbakke@fastmail.com>
Mon, 10 Feb 2020 19:18:03 +0000 (20:18 +0100)
* gnu/packages/wm.scm (swaylock)[native-inputs]: Remove GIT.

gnu/packages/wm.scm

index 1152433..4e34470 100644 (file)
@@ -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)))