me
/
guix
Archived
1
0
Fork 0

gnu: sway: Remove unused input.

* gnu/packages/wm.scm (sway)[native-inputs]: Remove GIT.
master
Marius Bakke 2020-02-07 19:52:52 +01:00
parent bc552a0c9c
commit 03f40ce6d3
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 3 deletions

View File

@ -101,7 +101,6 @@
#: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)