summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-05-22 14:51:19 +0200
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2024-05-22 14:51:19 +0200
commitff837e83f2363947af7346d1f3ccb4359a4dd02e (patch)
tree35333caa333b25ae27c32fe8cf7d31698bfed7ca
parentMerge pull request #310107 from r-ryantm/auto-update/crc (diff)
downloadnixpkgs-ff837e83f2363947af7346d1f3ccb4359a4dd02e.tar.gz
matrix-commander-rs: fix build on darwin
-rw-r--r--pkgs/by-name/ma/matrix-commander-rs/package.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/by-name/ma/matrix-commander-rs/package.nix b/pkgs/by-name/ma/matrix-commander-rs/package.nix
index d315725761cd..fb4b808fa16a 100644
--- a/pkgs/by-name/ma/matrix-commander-rs/package.nix
+++ b/pkgs/by-name/ma/matrix-commander-rs/package.nix
@@ -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; {