1 { lib, stdenv, rustPlatform, fetchFromGitHub, CoreServices }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 hash = "sha256-v84ZXhtJpejQmP61NmP06+qrtMu/0yb7UyD7U12xlME=";
14 cargoSha256 = "sha256-cBAm8LyNKEVJkhZJ+QZU5XtQutb1oNvad8xH70Bi2LM=";
16 buildInputs = lib.optionals stdenv.isDarwin [ CoreServices ];
19 description = "tool for expediting bazel build workflows";
20 mainProgram = "rebazel";
21 homepage = "https://github.com/meetup/rebazel";
22 license = licenses.mit;
23 maintainers = with maintainers; [ zimbatm ];