emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#52900: closed ([PATCH] gnu: libfido2: install udev rules)


From: GNU bug Tracking System
Subject: bug#52900: closed ([PATCH] gnu: libfido2: install udev rules)
Date: Thu, 13 Oct 2022 11:46:02 +0000

Your message dated Thu, 13 Oct 2022 12:44:19 +0100
with message-id <87o7ug6j7d.fsf@cbaines.net>
and subject line Re: [bug#52900] [PATCH] gnu: libfido2: install udev rules.
has caused the debbugs.gnu.org bug report #52900,
regarding [PATCH] gnu: libfido2: install udev rules
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
52900: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=52900
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#52900] [PATCH] gnu: libfido2: install udev rules. Date: Thu, 13 Oct 2022 12:44:19 +0100 User-agent: mu4e 1.8.9; emacs 28.1
Nicolas Graves via Guix-patches via <guix-patches@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

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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