mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: rust-bootstrap: Explicitly use OpenSSL@1.1.
* gnu/packages/rust.scm (rust-bootstrap)[inputs]: Change from OPENSSL to OPENSSL-1.1.
This commit is contained in:
parent
827b4117da
commit
d62fc2cc83
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ (define rust-bootstrap
|
||||||
(inputs
|
(inputs
|
||||||
`(("libcurl" ,curl)
|
`(("libcurl" ,curl)
|
||||||
("llvm" ,llvm)
|
("llvm" ,llvm)
|
||||||
("openssl" ,openssl)
|
("openssl" ,openssl-1.1)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("bison" ,bison)
|
`(("bison" ,bison)
|
||||||
|
|
Loading…
Reference in a new issue