diff options
| author | Ahmad Jarara <ajarara@fastmail.com> | 2026-05-20 19:58:20 -0400 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-08-17 11:00:32 +0200 |
| commit | 7036609f6520734666af656f4aade5141db9d877 (patch) | |
| tree | 24e27cc45a0e83eece3b7a0b2521341f7df79593 /gnu | |
| parent | ebba73d4f78140c9489b71583376d59cf0a28951 (diff) | |
gnu: libfido2: Enable tests.
* gnu/packages/security-token.scm (libfido2): Enable tests.
[arguments]<#:tests?>: Unset #f.
<#:configure-flags>: Add "-DBUILD_TESTS=ON".
Merges guix/guix!8743
Change-Id: Id262d0577653408b3827b6ab6ccecb689dabb306
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
Modified-by: Cayetano Santos <csantosb@inventati.org>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/security-token.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm index 634cf58ac32..ca2131152bc 100644 --- a/gnu/packages/security-token.scm +++ b/gnu/packages/security-token.scm | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | ;;; Copyright © 2021 Brice Waegeneire <brice@waegenei.re> | 14 | ;;; Copyright © 2021 Brice Waegeneire <brice@waegenei.re> |
| 15 | ;;; Copyright © 2021 Sergey Trofimov <sarg@sarg.org.ru> | 15 | ;;; Copyright © 2021 Sergey Trofimov <sarg@sarg.org.ru> |
| 16 | ;;; Copyright © 2021 Dhruvin Gandhi <contact@dhruvin.dev> | 16 | ;;; Copyright © 2021 Dhruvin Gandhi <contact@dhruvin.dev> |
| 17 | ;;; Copyright © 2021 Ahmad Jarara <git@ajarara.io> | 17 | ;;; Copyright © 2021, 2026 Ahmad Jarara <ajarara@fastmail.com> |
| 18 | ;;; Copyright © 2022, 2023 John Kehayias <john.kehayias@protonmail.com> | 18 | ;;; Copyright © 2022, 2023 John Kehayias <john.kehayias@protonmail.com> |
| 19 | ;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com> | 19 | ;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com> |
| 20 | ;;; Copyright © 2022 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 20 | ;;; Copyright © 2022 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> |
| @@ -1359,9 +1359,8 @@ phone and a running pcscd service are required.") | |||
| 1359 | (arguments | 1359 | (arguments |
| 1360 | (list | 1360 | (list |
| 1361 | #:configure-flags | 1361 | #:configure-flags |
| 1362 | #~(list (string-append "-DUDEV_RULES_DIR=" #$output "/lib/udev/rules.d")) | 1362 | #~(list |
| 1363 | ;; regress tests enabled only for debug builds | 1363 | (string-append "-DUDEV_RULES_DIR=" #$output "/lib/udev/rules.d")))) |
| 1364 | #:tests? #f)) | ||
| 1365 | (synopsis "Library functionality and command-line tools for FIDO devices") | 1364 | (synopsis "Library functionality and command-line tools for FIDO devices") |
| 1366 | (description "libfido2 provides library functionality and command-line | 1365 | (description "libfido2 provides library functionality and command-line |
| 1367 | tools to communicate with a FIDO device over USB, and to verify attestation | 1366 | tools to communicate with a FIDO device over USB, and to verify attestation |
