all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#52900] [PATCH] gnu: libfido2: install udev rules
@ 2021-12-30 17:00 dan
  2021-12-30 17:12 ` [bug#52900] Update cover letter dan
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: dan @ 2021-12-30 17:00 UTC (permalink / raw)
  To: 52900

[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





^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-10-13 11:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-30 17:00 [bug#52900] [PATCH] gnu: libfido2: install udev rules dan
2021-12-30 17:12 ` [bug#52900] Update cover letter dan
2022-06-15 16:13 ` [bug#52900] [PATCH] gnu: libfido2: install udev rules John Kehayias via Guix-patches via
2022-10-06 17:07 ` Nicolas Graves via Guix-patches via
2022-10-13 11:44   ` bug#52900: " Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.