rathole: move to pkgs/by-name

This commit is contained in:
Sergei Zimmerman
2024-08-25 13:32:21 +03:00
parent a44a9a2c3d
commit bdbf8538e1
2 changed files with 3 additions and 7 deletions
@@ -5,7 +5,7 @@
, pkg-config
, openssl
, nixosTests
, CoreServices
, darwin
}:
rustPlatform.buildRustPackage rec {
@@ -27,9 +27,9 @@ rustPlatform.buildRustPackage rec {
buildInputs = [
openssl
] ++ lib.optionals stdenv.isDarwin [
] ++ lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [
CoreServices
];
]);
__darwinAllowLocalNetworking = true;
-4
View File
@@ -18732,10 +18732,6 @@ with pkgs;
ran = callPackage ../servers/http/ran { };
rathole = callPackage ../tools/networking/rathole {
inherit (darwin.apple_sdk.frameworks) CoreServices;
};
retry = callPackage ../tools/system/retry { };
rizin = pkgs.callPackage ../development/tools/analysis/rizin { };