websocat: move to pkgs/by-name

This commit is contained in:
Fabian Affolter 2024-12-03 11:41:03 +01:00
parent f1e02d7a44
commit 1d957b2e3a
2 changed files with 2 additions and 6 deletions

View File

@ -2,13 +2,13 @@
lib,
stdenv,
bash,
darwin,
fetchFromGitHub,
libiconv,
makeWrapper,
openssl,
pkg-config,
rustPlatform,
Security,
versionCheckHook,
}:
@ -34,7 +34,7 @@ rustPlatform.buildRustPackage rec {
[ openssl ]
++ lib.optionals stdenv.hostPlatform.isDarwin [
libiconv
Security
darwin.apple_sdk.frameworks.Security
];
nativeInstallCheckInputs = [ versionCheckHook ];

View File

@ -18176,10 +18176,6 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) Security;
};
websocat = callPackage ../tools/misc/websocat {
inherit (darwin.apple_sdk.frameworks) Security;
};
vector = callPackage ../tools/misc/vector {
inherit (darwin.apple_sdk.frameworks) Security CoreServices SystemConfiguration;
};