mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-14 08:54:46 +00:00
websocat: move to pkgs/by-name
This commit is contained in:
parent
f1e02d7a44
commit
1d957b2e3a
@ -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 ];
|
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user