rathole: move to pkgs/by-name
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user