me
/
guix
Archived
1
0
Fork 0

gnu: swaylock: Remove unused input.

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

View File

@ -1450,8 +1450,7 @@ modules for building a Wayland compositor.")
("libxkbcommon" ,libxkbcommon)
;("linux-pam" ,linux-pam) ; FIXME: Doesn't work.
("wayland" ,wayland)))
(native-inputs `(("git" ,git)
("pango" ,pango)
(native-inputs `(("pango" ,pango)
("pkg-config" ,pkg-config)
("scdoc" ,scdoc)
("wayland-protocols" ,wayland-protocols)))