guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/15: gnu: swaylock: Add linux-pam to inputs.


From: guix-commits
Subject: 10/15: gnu: swaylock: Add linux-pam to inputs.
Date: Thu, 18 May 2023 14:07:08 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 146bae39791363d03ab3a9b70159cd79594c2248
Author: Benjamin <benjamin@uvy.fr>
AuthorDate: Sun May 7 17:27:15 2023 +0200

    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>
---
 gnu/packages/wm.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index d4bae6c77f..24dda94dab 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1705,9 +1705,7 @@ modules for building a Wayland compositor.")
        (sha256
         (base32 "03jrjwlwxkcyd6m9a1bbwapasnz7b7aws7h0y6jigjm4m478phv6"))))
     (build-system meson-build-system)
-    (inputs (list cairo gdk-pixbuf libxkbcommon
-                  ;("linux-pam" ,linux-pam) ; FIXME: Doesn't work.
-                  wayland))
+    (inputs (list cairo gdk-pixbuf libxkbcommon linux-pam wayland))
     (native-inputs (list pango pkg-config scdoc wayland-protocols))
     (home-page "https://github.com/swaywm/sway";)
     (synopsis "Screen locking utility for Wayland compositors")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]