matrix-commander-rs: fix build on darwin

This commit is contained in:
Weijia Wang 2024-05-22 14:51:19 +02:00
parent a79236678b
commit ff837e83f2

View File

@ -28,6 +28,7 @@ rustPlatform.buildRustPackage rec {
openssl
] ++ lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.Security
darwin.apple_sdk.frameworks.SystemConfiguration
];
meta = with lib; {