mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
Merge pull request #257273 from figsoda/findomain
findomain: fix build on darwin
This commit is contained in:
commit
f513bf3a77
@ -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 = {
|
||||
|
@ -8174,9 +8174,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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user