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)
|
||||
("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")
|
||||
|
|
Reference in New Issue