gnu: swaybg: Remove unused input.

* gnu/packages/wm.scm (swaybg)[native-inputs]: Remove GIT.
This commit is contained in:
Marius Bakke 2020-02-07 19:52:03 +01:00
parent 4cac557911
commit 3e295e8d5e
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1477,8 +1477,7 @@ (define-public swaybg
(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")