gnu: rust-aws-lc-fips-sys-0.12: Adjust inputs.

* gnu/packages/crates-tls.scm (rust-aws-lc-fips-sys-0.12):
[native-inputs]: Remove go; add go-1.23.

Change-Id: Id6684732bcc129587f41a45585805479f8335794
This commit is contained in:
Sharlatan Hellseher 2025-07-26 08:33:04 +01:00
parent b7dd929205
commit 49e42ea01e
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -465,7 +465,7 @@ version of AWS-LC.")
(add-after 'unpack 'set-home-directory (add-after 'unpack 'set-home-directory
(lambda _ (lambda _
(setenv "HOME" "/tmp")))))) (setenv "HOME" "/tmp"))))))
(native-inputs (list cmake-minimal go perl)) (native-inputs (list cmake-minimal go-1.23 perl))
(home-page "https://github.com/aws/aws-lc-rs") (home-page "https://github.com/aws/aws-lc-rs")
(synopsis (synopsis
"AWS-LC is a general-purpose cryptographic library (FIPS version)") "AWS-LC is a general-purpose cryptographic library (FIPS version)")