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>
parent
a9268695e0
commit
33f56db654
|
@ -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
|
||||
|
|
Reference in New Issue