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:
@@ -43,7 +43,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
|
||||
buildInputs =
|
||||
[
|
||||
(curl.override { inherit openssl; })
|
||||
openssl
|
||||
curl
|
||||
zlib
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
|
||||
Reference in New Issue
Block a user