mrustc-bootstrap: pin to openssl_1_1

This commit is contained in:
Anthony Roussel 2022-09-11 23:28:36 +02:00
parent 195f1fb59a
commit 949f55c0dd
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

@ -71,7 +71,8 @@ stdenv.mkDerivation rec {
# for rustc
llvm_7 libffi zlib libxml2
# for cargo
openssl curl
openssl
(curl.override { inherit openssl; })
];
makeFlags = [