From: Maxime Devos <maximedevos@telenet.be>
To: Maya <maya.omase@protonmail.com>, 56797@debbugs.gnu.org
Subject: [bug#56797] [PATCH] gnu: services: fprintd: Add PAM configuration.
Date: Wed, 27 Jul 2022 18:04:52 +0200 [thread overview]
Message-ID: <255aca6e-d1f9-f61f-d57e-857ae635f977@telenet.be> (raw)
In-Reply-To: <4AtymQ5ic7YPCQjgRG3Dj73aZuO_Rx7GX8YSKBPeoVoOG_Z8LjXXbqvvfaq-ap0fgLADcsE8zibqDwkO7kazYXa0eMA3EeEaiU_6wGQ0yI8=@protonmail.com>
[-- Attachment #1.1.1: Type: text/plain, Size: 361 bytes --]
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 #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 929 bytes --]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 236 bytes --]
next prev parent reply other threads:[~2022-07-27 16:08 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-27 15:57 [bug#56797] [PATCH] gnu: services: fprintd: Add PAM configuration Maya via Guix-patches via
2022-07-27 16:04 ` Maxime Devos [this message]
2022-07-27 16:06 ` Maxime Devos
2022-07-27 16:12 ` Maxime Devos
2022-07-27 20:26 ` Maya via Guix-patches via
2022-07-27 21:56 ` Maxime Devos
2022-08-09 15:00 ` Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=255aca6e-d1f9-f61f-d57e-857ae635f977@telenet.be \
--to=maximedevos@telenet.be \
--cc=56797@debbugs.gnu.org \
--cc=maya.omase@protonmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).