jujutsu: don’t depend on OpenSSL on macOS
This commit is contained in:
parent
099dad2daf
commit
b221192809
@ -46,12 +46,12 @@ rustPlatform.buildRustPackage {
|
||||
|
||||
buildInputs =
|
||||
[
|
||||
openssl
|
||||
zstd
|
||||
libgit2
|
||||
libssh2
|
||||
]
|
||||
++ lib.optionals stdenv.isDarwin [
|
||||
++ lib.optionals (!stdenv.hostPlatform.isDarwin) [ openssl ]
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
darwin.apple_sdk.frameworks.Security
|
||||
darwin.apple_sdk.frameworks.SystemConfiguration
|
||||
libiconv
|
||||
|
Loading…
Reference in New Issue
Block a user