me
/
guix
Archived
1
0
Fork 0

gnu: rust-bootstrap: Explicitly use OpenSSL@1.1.

* gnu/packages/rust.scm (rust-bootstrap)[inputs]: Change from OPENSSL to
OPENSSL-1.1.
master
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
1 changed files with 1 additions and 1 deletions

View File

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