gnu: swaylock: Remove unused input.
* gnu/packages/wm.scm (swaylock)[native-inputs]: Remove GIT.
This commit is contained in:
parent
3e295e8d5e
commit
bc552a0c9c
1 changed files with 1 additions and 2 deletions
|
@ -1450,8 +1450,7 @@ (define-public swaylock
|
|||
("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)))
|
||||
|
|
Loading…
Reference in a new issue