mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
b7dd929205
commit
49e42ea01e
1 changed files with 1 additions and 1 deletions
|
@ -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)")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue