me
/
guix
Archived
1
0
Fork 0

gnu: libfido2: Install udev rules.

* gnu/packages/security-token.scm (libfido2)[arguments]: Add a configure flag
specifying the installation directory of the udev rule.

Signed-off-by: Christopher Baines <mail@cbaines.net>
Nicolas Graves 2022-10-06 19:07:28 +02:00 committed by Christopher Baines
parent a9268695e0
commit 33f56db654
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 1 deletions

View File

@ -909,7 +909,8 @@ phone is required.")
"-DPKG_CONFIG_EXECUTABLE="
(search-input-file %build-inputs
(string-append
"/bin/" ,(pkg-config-for-target)))))
"/bin/" ,(pkg-config-for-target))))
(string-append "-DUDEV_RULES_DIR=" %output "/lib/udev/rules.d"))
#:phases
(modify-phases %standard-phases
;; regress tests enabled only for debug builds