jujutsu: don’t depend on OpenSSL on macOS
This commit is contained in:
parent
099dad2daf
commit
b221192809
@ -46,12 +46,12 @@ rustPlatform.buildRustPackage {
|
|||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[
|
[
|
||||||
openssl
|
|
||||||
zstd
|
zstd
|
||||||
libgit2
|
libgit2
|
||||||
libssh2
|
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.Security
|
||||||
darwin.apple_sdk.frameworks.SystemConfiguration
|
darwin.apple_sdk.frameworks.SystemConfiguration
|
||||||
libiconv
|
libiconv
|
||||||
|
Loading…
Reference in New Issue
Block a user