gnu: swaybg: Remove unused input.
* gnu/packages/wm.scm (swaybg)[native-inputs]: Remove GIT.master
parent
4cac557911
commit
3e295e8d5e
|
@ -1477,8 +1477,7 @@ modules for building a Wayland compositor.")
|
||||||
(inputs `(("cairo" ,cairo)
|
(inputs `(("cairo" ,cairo)
|
||||||
("gdk-pixbuf" ,gdk-pixbuf)
|
("gdk-pixbuf" ,gdk-pixbuf)
|
||||||
("wayland" ,wayland)))
|
("wayland" ,wayland)))
|
||||||
(native-inputs `(("git" ,git)
|
(native-inputs `(("pkg-config" ,pkg-config)
|
||||||
("pkg-config" ,pkg-config)
|
|
||||||
("scdoc" ,scdoc)
|
("scdoc" ,scdoc)
|
||||||
("wayland-protocols" ,wayland-protocols)))
|
("wayland-protocols" ,wayland-protocols)))
|
||||||
(home-page "https://github.com/swaywm/sway")
|
(home-page "https://github.com/swaywm/sway")
|
||||||
|
|
Reference in New Issue