1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02: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:
Marius Bakke
2022-08-30 19:08:00 +02:00
parent 827b4117da
commit d62fc2cc83

View File

@@ -166,7 +166,7 @@
(inputs
`(("libcurl" ,curl)
("llvm" ,llvm)
("openssl" ,openssl)
("openssl" ,openssl-1.1)
("zlib" ,zlib)))
(native-inputs
`(("bison" ,bison)