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

gnu/packages/wm.scm

index 4e34470..d79af78 100644 (file)
   #:use-module (gnu packages suckless)
   #:use-module (gnu packages texinfo)
   #:use-module (gnu packages textutils)
-  #:use-module (gnu packages version-control)
   #:use-module (gnu packages video)
   #:use-module (gnu packages web)
   #:use-module (gnu packages xdisorg)
@@ -1393,8 +1392,7 @@ modules for building a Wayland compositor.")
               ("swaybg" ,swaybg)
               ("wayland" ,wayland)
               ("wlroots" ,wlroots)))
-    (native-inputs `(("git" ,git)
-                     ("libcap" ,libcap)
+    (native-inputs `(("libcap" ,libcap)
                      ("linux-pam" ,linux-pam)
                      ("mesa" ,mesa)
                      ("pkg-config" ,pkg-config)