diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-15 20:08:21 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-15 20:15:56 -0400 |
commit | b736af1824acb941919ee671ff5a8a67fa735406 (patch) | |
tree | 6026b4bc72a380f8209a6740aaabb2eef9fffd7d /gnu/packages/security-token.scm | |
parent | f7a12f9224fc03eae4a49c007912b5f0c4f2f296 (diff) | |
download | guix-b736af1824acb941919ee671ff5a8a67fa735406.tar.gz |
gnu: catch-framework2: Rename variable to catch2.
Automated with: git grep -l catch-framework2 | xargs sed 's/catch-framework2/catch2/g' -i
Diffstat (limited to 'gnu/packages/security-token.scm')
-rw-r--r-- | gnu/packages/security-token.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm index 6e94bfa534..447a7a582d 100644 --- a/gnu/packages/security-token.scm +++ b/gnu/packages/security-token.scm @@ -739,7 +739,7 @@ an unprivileged user.") (arguments ;; These tests do not require any device to be connected '(#:configure-flags (list "-DCOMPILE_OFFLINE_TESTS=ON"))) - (native-inputs (list catch-framework2 doxygen graphviz pkg-config)) + (native-inputs (list catch2 doxygen graphviz pkg-config)) (inputs (list hidapi libusb)) (home-page "https://github.com/Nitrokey/libnitrokey") (synopsis "Communication library for Nitrokey") @@ -763,7 +763,7 @@ an unprivileged user.") (arguments '(#:configure-flags (list "-DBUILD_TESTING=on"))) (native-inputs (list pkg-config qttools-5)) - (inputs (list catch-framework2)) + (inputs (list catch2)) (home-page "https://github.com/tplgy/cppcodec") (synopsis "Header library to encode/decode base64, base64url, etc.") (description "This package provides library to encode/decode base64, |