findomain: fix build on darwin

This commit is contained in:
figsoda 2023-09-25 10:21:33 -04:00
parent 6f3a09928e
commit a884775ffb
2 changed files with 3 additions and 5 deletions

View File

@ -5,7 +5,7 @@
, pkg-config
, openssl
, stdenv
, Security
, darwin
}:
rustPlatform.buildRustPackage rec {
@ -37,7 +37,7 @@ rustPlatform.buildRustPackage rec {
buildInputs = [
openssl
] ++ lib.optionals stdenv.isDarwin [
Security
darwin.apple_sdk.frameworks.SystemConfiguration
];
env = {

View File

@ -8164,9 +8164,7 @@ with pkgs;
findex = callPackage ../applications/misc/findex { };
findomain = callPackage ../tools/networking/findomain {
inherit (darwin.apple_sdk.frameworks) Security;
};
findomain = callPackage ../tools/networking/findomain { };
findutils = callPackage ../tools/misc/findutils { };