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
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

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