rustup: remove unused override, use both curl and openssl

- the override did nothing to curl
- openssl was implicitly linked against (due to being in curl's
  pkgconfig file)
- and I put openssl before curl, so only it could be overridden
This commit is contained in:
Acid Bong
2025-04-23 19:52:50 +03:00
parent ded7bd6eec
commit 5562972b27
@@ -43,7 +43,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
buildInputs =
[
(curl.override { inherit openssl; })
openssl
curl
zlib
]
++ lib.optionals stdenv.hostPlatform.isDarwin [