diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2025-01-03 15:28:05 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2025-01-06 12:22:49 +0200 |
commit | 5a17e1594195899820b1c14b8a2744651be70974 (patch) | |
tree | e8b440e276d797805fa0a851d63be3f8fb52a612 /gnu/packages/sequoia.scm | |
parent | 7a2c112291719d42c9bb1015dcf78f2620950fbc (diff) |
gnu: Remove rust-sequoia-rfc2822-0.9.
* gnu/packages/sequoia.scm (rust-sequoia-rfc2822-0.9): Delete variable.
Change-Id: I57d85ba8d183c32ff794de9cc146cf716a982fdf
Diffstat (limited to 'gnu/packages/sequoia.scm')
-rw-r--r-- | gnu/packages/sequoia.scm | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/gnu/packages/sequoia.scm b/gnu/packages/sequoia.scm index 2e5101af49..eb0be830a8 100644 --- a/gnu/packages/sequoia.scm +++ b/gnu/packages/sequoia.scm @@ -821,34 +821,6 @@ This Guix package is built to use the nettle cryptographic library.") ("rust-lazy-static" ,rust-lazy-static-1) ("rust-sequoia-openpgp" ,rust-sequoia-openpgp-1)))))) -(define-public rust-sequoia-rfc2822-0.9 - (package - (name "rust-sequoia-rfc2822") - (version "0.9.0") - (source - (origin - (method url-fetch) - (uri (crate-uri "sequoia-rfc2822" version)) - (file-name (string-append name "-" version ".tar.gz")) - (sha256 - (base32 "1aj34i6862718m162rqfv69fkmvdw063s6ws7hbp42n73gb08p5c")))) - (build-system cargo-build-system) - (arguments - `(#:skip-build? #t - #:cargo-inputs - (("rust-failure" ,rust-failure-0.1) - ("rust-lalrpop" ,rust-lalrpop-0.17) - ("rust-lalrpop-util" ,rust-lalrpop-util-0.17)))) - (home-page "https://sequoia-pgp.org/") - (synopsis "RFC 2822 name-addr parser") - (description "Currently, this crate only recognizes the RFC 2822 name-addr -and addr-spec productions, i.e., things of the form: @code{Name (Comment) -<email@@example.org>} and @code{email@@example.org} - -Although the above appear simple to parse, RFC 2822's whitespace and comment -rules are rather complex. This crate implements the whole grammar." ) - (license license:gpl3))) - (define-public rust-sequoia-tpm-0.1 (package (name "rust-sequoia-tpm") |