[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
48/198: gnu: sequoia-sq: Enable the openpgp-card backend.
From: |
guix-commits |
Subject: |
48/198: gnu: sequoia-sq: Enable the openpgp-card backend. |
Date: |
Wed, 25 Dec 2024 03:17:48 -0500 (EST) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 73e0f4c3da137d74df63139899881ad899c7c9c6
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Dec 25 09:48:37 2024 +0200
gnu: sequoia-sq: Enable the openpgp-card backend.
* gnu/packages/sequoia.scm (sequoia-sq)[arguments]: Add the openpgp-card
flag to the features flag.
[inputs]: Add pcsc-lite.
[description]: Update list of keystore backends listed.
Change-Id: Iccd301db6458b6e4f2b8df263ad77c64021bf7b1
---
gnu/packages/sequoia.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/sequoia.scm b/gnu/packages/sequoia.scm
index 894532489c..55e837a16c 100644
--- a/gnu/packages/sequoia.scm
+++ b/gnu/packages/sequoia.scm
@@ -953,6 +953,7 @@ rules are rather complex. This crate implements the whole
grammar." )
`(#:install-source? #f
#:features '("crypto-nettle"
"sequoia-keystore/gpg-agent"
+ "sequoia-keystore/openpgp-card"
"sequoia-keystore/softkeys")
#:cargo-test-flags
(list "--"
@@ -1038,7 +1039,7 @@ rules are rather complex. This crate implements the
whole grammar." )
(copy-file "target/assets/shell-completions/sq.elv"
(string-append elvish-completions-dir "/sq"))))))))
(inputs
- (list nettle openssl sqlite))
+ (list nettle openssl pcsc-lite sqlite))
(native-inputs
(list capnproto clang pkg-config))
(home-page "https://sequoia-pgp.org/")
@@ -1047,7 +1048,7 @@ rules are rather complex. This crate implements the
whole grammar." )
OpenPGP.
This Guix package is built to use the nettle cryptographic library and the
-gpg-agent and softkeys keystore backends.")
+gpg-agent, openpgp-card and softkeys keystore backends.")
(license license:lgpl2.0+)))
(define-public sequoia-sqv
- 51/198: gnu: rust-konst-proc-macros-0.2: Order alphabetically., (continued)
- 51/198: gnu: rust-konst-proc-macros-0.2: Order alphabetically., guix-commits, 2024/12/25
- 52/198: gnu: rust-konst-macro-rules-0.2: Order alphabetically., guix-commits, 2024/12/25
- 63/198: gnu: rust-jsonrpc-core-14: Order alphabetically., guix-commits, 2024/12/25
- 62/198: gnu: rust-iri-string-0.7: Order alphabetically., guix-commits, 2024/12/25
- 65/198: gnu: rust-juniper-codegen-0.14: Order alphabetically., guix-commits, 2024/12/25
- 69/198: gnu: rust-k9-0.11: Order alphabetically., guix-commits, 2024/12/25
- 68/198: gnu: rust-k9-0.12: Order alphabetically., guix-commits, 2024/12/25
- 76/198: gnu: rust-libspa-0.7: Order alphabetically., guix-commits, 2024/12/25
- 66/198: gnu: rust-juniper-codegen-0.15: Order alphabetically., guix-commits, 2024/12/25
- 82/198: gnu: rust-libtest-mimic-0.6: Order alphabetically., guix-commits, 2024/12/25
- 48/198: gnu: sequoia-sq: Enable the openpgp-card backend.,
guix-commits <=
- 61/198: gnu: rust-is-ci-1: Order alphabetically., guix-commits, 2024/12/25
- 55/198: gnu: rust-katex-doc-0.1: Order alphabetically., guix-commits, 2024/12/25
- 59/198: gnu: rust-inout-0.1: Order alphabetically., guix-commits, 2024/12/25
- 54/198: gnu: rust-koibumi-base32-0.0.2: Order alphabetically., guix-commits, 2024/12/25
- 79/198: gnu: rust-libssh2-sys-0.2: Order alphabetically., guix-commits, 2024/12/25
- 72/198: gnu: rust-lapack-0.19: Order alphabetically., guix-commits, 2024/12/25
- 71/198: gnu: rust-language-tags-0.3: Order alphabetically., guix-commits, 2024/12/25
- 81/198: gnu: rust-libtest-mimic-0.7: Order alphabetically., guix-commits, 2024/12/25
- 78/198: gnu: rust-libssh2-sys-0.3: Order alphabetically., guix-commits, 2024/12/25
- 83/198: gnu: rust-libtest-mimic-0.5: Order alphabetically., guix-commits, 2024/12/25