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:
parent
a9268695e0
commit
33f56db654
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue