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

gnu/packages/wm.scm

index 3c0d14e..1152433 100644 (file)
@@ -1477,8 +1477,7 @@ modules for building a Wayland compositor.")
     (inputs `(("cairo" ,cairo)
               ("gdk-pixbuf" ,gdk-pixbuf)
               ("wayland" ,wayland)))
-    (native-inputs `(("git" ,git)
-                     ("pkg-config" ,pkg-config)
+    (native-inputs `(("pkg-config" ,pkg-config)
                      ("scdoc" ,scdoc)
                      ("wayland-protocols" ,wayland-protocols)))
     (home-page "https://github.com/swaywm/sway")