3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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>
This commit is contained in:
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

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