rebazel: remove (#377074)

Upstream repo has been archived since 2023.
This commit is contained in:
Alyssa Ross
2025-01-30 11:17:41 +01:00
committed by GitHub
parent 389613f730
commit 642484d036
3 changed files with 1 additions and 35 deletions
@@ -1,31 +0,0 @@
{
lib,
stdenv,
rustPlatform,
fetchFromGitHub,
CoreServices,
}:
rustPlatform.buildRustPackage rec {
pname = "rebazel";
version = "0.1.4";
src = fetchFromGitHub {
owner = "meetup";
repo = "rebazel";
rev = "v${version}";
hash = "sha256-v84ZXhtJpejQmP61NmP06+qrtMu/0yb7UyD7U12xlME=";
};
cargoHash = "sha256-cBAm8LyNKEVJkhZJ+QZU5XtQutb1oNvad8xH70Bi2LM=";
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ CoreServices ];
meta = with lib; {
description = "tool for expediting bazel build workflows";
mainProgram = "rebazel";
homepage = "https://github.com/meetup/rebazel";
license = licenses.mit;
maintainers = with maintainers; [ zimbatm ];
};
}
+1
View File
@@ -1200,6 +1200,7 @@ mapAliases {
rambox-pro = rambox; # Added 2022-12-12
rapidjson-unstable = lib.warnOnInstantiate "'rapidjson-unstable' has been renamed to 'rapidjson'" rapidjson; # Added 2024-07-28
rargs = throw "'rargs' has been removed due to lack of upstream maintenance"; # Added 2025-01-25
rebazel = throw "'rebazel' has been removed due to lack of upstream maintenance"; # Added 2025-01-26
redocly-cli = redocly; # Added 2024-04-14
redpanda = redpanda-client; # Added 2023-10-14
redpanda-server = throw "'redpanda-server' has been removed because it was broken for a long time"; # Added 2024-06-10
-4
View File
@@ -7596,10 +7596,6 @@ with pkgs;
buildozer = bazel-buildtools;
unused_deps = bazel-buildtools;
rebazel = callPackage ../development/tools/rebazel {
inherit (darwin.apple_sdk.frameworks) CoreServices;
};
buildBazelPackage = darwin.apple_sdk_11_0.callPackage ../build-support/build-bazel-package { };
binutils-unwrapped = callPackage ../development/tools/misc/binutils {