pkgs/linkleaner: add missing SystemConfiguration dep

This commit is contained in:
Harsh Shandilya 2023-10-30 22:00:22 +05:30 committed by GitHub
parent c286b7e1b4
commit f1eab08bf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,9 +24,11 @@ in
hash = "sha256-iH5jUdlOlqcz07PHRWogKdtGTeTDgJXVfWLNkt2eoqs=";
};
buildInputs =
lib.optionals stdenv.isDarwin
[darwin.apple_sdk.frameworks.Security];
buildInputs =
lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.Security
darwin.apple_sdk.frameworks.SystemConfiguration
];
cargoHash = "sha256-D84QGXR0Tc7T+l68B3LtCtajbyeJa7/gZBG5NhdEcqw=";