GNU bug report logs - #52900
[PATCH] gnu: libfido2: install udev rules

Previous Next

Package: guix-patches;

Reported by: dan <igaryhe <at> gmail.com>

Date: Thu, 30 Dec 2021 17:01:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: dan <igaryhe <at> gmail.com>
Subject: bug#52900: closed (Re: [bug#52900] [PATCH] gnu: libfido2: install
 udev rules.)
Date: Thu, 13 Oct 2022 11:46:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#52900: [PATCH] gnu: libfido2: install udev rules

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 52900 <at> debbugs.gnu.org.

-- 
52900: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=52900
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Nicolas Graves <ngraves <at> ngraves.fr>
Cc: John Kehayias <john.kehayias <at> protonmail.com>, 52900-done <at> debbugs.gnu.org,
 dan <igaryhe <at> gmail.com>
Subject: Re: [bug#52900] [PATCH] gnu: libfido2: install udev rules.
Date: Thu, 13 Oct 2022 12:44:19 +0100
[Message part 3 (text/plain, inline)]
Nicolas Graves via Guix-patches via <guix-patches <at> gnu.org> writes:

> [arguments]: Add a configure flag specifying the installation directory of the
> udev rule.
> ---
>  gnu/packages/security-token.scm | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

Thanks all, I've gone ahead and pushed this to master as.
33f56db65498b75ad0a55b780ce501d2b3532044.

Chris
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: dan <igaryhe <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: libfido2: install udev rules
Date: Fri, 31 Dec 2021 01:00:32 +0800
[arguments]: Add a configure flag specifying the installation directory of the
udev rule.

---
 gnu/packages/security-token.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm
index 6a3e2d9179..719515e3ea 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -777,7 +777,9 @@ (define-public libfido2
        ("openssl" ,openssl)))
     (build-system cmake-build-system)
     (arguments
-     '(#:phases
+     '(#:configure-flags
+       (list (string-append "-DUDEV_RULES_DIR=" %output "/lib/udev/rules.d"))
+       #:phases
        (modify-phases %standard-phases
          ;; regress tests enabled only for debug builds
          (delete 'check))))
-- 
2.34.0




This bug report was last modified 2 years and 280 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.