mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
a9268695e0
commit
33f56db654
1 changed files with 2 additions and 1 deletions
|
@ -909,7 +909,8 @@ phone is required.")
|
||||||
"-DPKG_CONFIG_EXECUTABLE="
|
"-DPKG_CONFIG_EXECUTABLE="
|
||||||
(search-input-file %build-inputs
|
(search-input-file %build-inputs
|
||||||
(string-append
|
(string-append
|
||||||
"/bin/" ,(pkg-config-for-target)))))
|
"/bin/" ,(pkg-config-for-target))))
|
||||||
|
(string-append "-DUDEV_RULES_DIR=" %output "/lib/udev/rules.d"))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
;; regress tests enabled only for debug builds
|
;; regress tests enabled only for debug builds
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue