mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add rust-aws-lc-fips-sys@0.13.6.
* gnu/packages/crates-tls.scm (rust-aws-lc-fips-sys-0.13): New variable. Change-Id: I012629d833b17cdce35dd29266d6eed5c2afe724
This commit is contained in:
parent
2682fa4eba
commit
9ffd573607
1 changed files with 29 additions and 0 deletions
|
@ -411,6 +411,35 @@
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
;; TODO: Unbundle aws-lc-fips.
|
;; TODO: Unbundle aws-lc-fips.
|
||||||
|
(define-public rust-aws-lc-fips-sys-0.13
|
||||||
|
(package
|
||||||
|
(name "rust-aws-lc-fips-sys")
|
||||||
|
(version "0.13.6")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "aws-lc-fips-sys" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1lwvxslspq7pnwv4c7d01fyg1v65zgd6w2l7mr1ga69sg6xp97g9"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs (("rust-bindgen" ,rust-bindgen-0.69)
|
||||||
|
("rust-cc" ,rust-cc-1)
|
||||||
|
("rust-cmake" ,rust-cmake-0.1)
|
||||||
|
("rust-dunce" ,rust-dunce-1)
|
||||||
|
("rust-fs-extra" ,rust-fs-extra-1)
|
||||||
|
("rust-regex" ,rust-regex-1))))
|
||||||
|
(home-page "https://github.com/aws/aws-lc-rs")
|
||||||
|
(synopsis
|
||||||
|
"AWS-LC is a general-purpose cryptographic library (FIPS version)")
|
||||||
|
(description
|
||||||
|
"AWS-LC is a general-purpose cryptographic library maintained by the AWS
|
||||||
|
Cryptography team for AWS and their customers. This is the FIPS validated
|
||||||
|
version of AWS-LC.")
|
||||||
|
(license (list license:isc license:openssl license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-aws-lc-fips-sys-0.12
|
(define-public rust-aws-lc-fips-sys-0.12
|
||||||
(package
|
(package
|
||||||
(name "rust-aws-lc-fips-sys")
|
(name "rust-aws-lc-fips-sys")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue