1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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

View File

@@ -465,7 +465,7 @@ version of AWS-LC.")
(add-after 'unpack 'set-home-directory
(lambda _
(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")
(synopsis
"AWS-LC is a general-purpose cryptographic library (FIPS version)")