rustcat: move to pkgs/by-name

This commit is contained in:
Fabian Affolter
2024-12-03 10:51:05 +01:00
parent 6342e63fa8
commit c2e4f3c99f
2 changed files with 2 additions and 6 deletions
@@ -1,9 +1,9 @@
{
lib,
stdenv,
darwin,
fetchFromGitHub,
rustPlatform,
Security,
versionCheckHook,
}:
@@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
cargoHash = "sha256-wqoU9UfXDmf7KIHgFif5rZfZY8Zu0SsaMVfwTtXLzHg=";
buildInputs = lib.optional stdenv.hostPlatform.isDarwin Security;
buildInputs = lib.optional stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.Security ];
nativeInstallCheckInputs = [ versionCheckHook ];
-4
View File
@@ -5161,10 +5161,6 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) Security;
};
rustcat = callPackage ../tools/networking/rustcat {
inherit (darwin.apple_sdk.frameworks) Security;
};
rustscan = callPackage ../tools/security/rustscan {
inherit (darwin.apple_sdk.frameworks) Security;
};