guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/63: gnu: Add rust-aws-lc-sys-0.13.


From: guix-commits
Subject: 09/63: gnu: Add rust-aws-lc-sys-0.13.
Date: Thu, 8 Feb 2024 14:09:22 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit bae5955b68131f665db499d7e31312617f25adee
Author: VÖRÖSKŐI András <voroskoi@gmail.com>
AuthorDate: Wed Feb 7 16:14:30 2024 +0200

    gnu: Add rust-aws-lc-sys-0.13.
    
    * gnu/packages/crates-tls.scm (rust-aws-lc-sys-0.13): New variable.
    
    Change-Id: I9d6fbe271d19cadd4aeee6f010d7ea4634c66566
---
 gnu/packages/crates-tls.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/crates-tls.scm b/gnu/packages/crates-tls.scm
index 8dfbe52811..d22d19b260 100644
--- a/gnu/packages/crates-tls.scm
+++ b/gnu/packages/crates-tls.scm
@@ -359,6 +359,35 @@ 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))))
 
+;; TODO: Unbundle aws-lc.
+(define-public rust-aws-lc-sys-0.13
+  (package
+    (name "rust-aws-lc-sys")
+    (version "0.13.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "aws-lc-sys" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "05a7z5hg00zpk4gvqggzv7j6bvljplx2c1kw44ifmxjnf5469rdn"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs (("rust-bindgen" ,rust-bindgen-0.69)
+                       ("rust-cmake" ,rust-cmake-0.1)
+                       ("rust-dunce" ,rust-dunce-1)
+                       ("rust-fs-extra" ,rust-fs-extra-1)
+                       ("rust-libc" ,rust-libc-0.2)
+                       ("rust-paste" ,rust-paste-1))))
+    (native-inputs (list cmake-minimal))
+    (home-page "https://github.com/aws/aws-lc-rs";)
+    (synopsis "AWS-LC is a general-purpose cryptographic library")
+    (description
+     "AWS-LC is a general-purpose cryptographic library maintained by the AWS
+Cryptography team for AWS and their customers.  It is based on code from the
+Google @code{BoringSSL} project and the @code{OpenSSL} project.")
+    (license (list license:isc license:openssl license:asl2.0))))
+
 (define-public rust-der-0.7
   (package
     (name "rust-der")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]