guix-patches
[Top][All Lists]
Advanced

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

[bug#56797] [PATCH] gnu: services: fprintd: Add PAM configuration.


From: Maxime Devos
Subject: [bug#56797] [PATCH] gnu: services: fprintd: Add PAM configuration.
Date: Wed, 27 Jul 2022 18:04:52 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0


On 27-07-2022 17:57, Maya via Guix-patches via wrote:
+  (let ((fprintd-module
+         #~(string-append #$(fprintd-configuration-fprintd config) 
"/lib/security/pam_fprintd.so")))

This can be simplified to

   (let ((fprintd-module (file-append (fprintd-configuration-fprintd config) "/lib/security/pam_fprintd.so")))

Greetings,
Maxime.

Attachment: OpenPGP_0x49E3EE22191725EE.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


reply via email to

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