gnu: swaylock: Add linux-pam to inputs.
Adding linux-pam to inputs allows swaylock to run without setuid if configured with a proper pam file. * gnu/packages/wm.scm (swaylock)[inputs]: Add LINUX-APM. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
c6cc554c5e
commit
146bae3979
1 changed files with 1 additions and 3 deletions
|
@ -1705,9 +1705,7 @@ modules for building a Wayland compositor.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "03jrjwlwxkcyd6m9a1bbwapasnz7b7aws7h0y6jigjm4m478phv6"))))
|
(base32 "03jrjwlwxkcyd6m9a1bbwapasnz7b7aws7h0y6jigjm4m478phv6"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(inputs (list cairo gdk-pixbuf libxkbcommon
|
(inputs (list cairo gdk-pixbuf libxkbcommon linux-pam wayland))
|
||||||
;("linux-pam" ,linux-pam) ; FIXME: Doesn't work.
|
|
||||||
wayland))
|
|
||||||
(native-inputs (list pango pkg-config scdoc wayland-protocols))
|
(native-inputs (list pango pkg-config scdoc wayland-protocols))
|
||||||
(home-page "https://github.com/swaywm/sway")
|
(home-page "https://github.com/swaywm/sway")
|
||||||
(synopsis "Screen locking utility for Wayland compositors")
|
(synopsis "Screen locking utility for Wayland compositors")
|
||||||
|
|
Reference in a new issue