···11-{ stdenv
22-, lib
33-, rustPlatform
44-, fetchFromGitHub
55-, Security
66-}:
77-88-rustPlatform.buildRustPackage rec {
99- pname = "bpb";
1010- version = "unstable-2018-07-27";
1111-1212- src = fetchFromGitHub {
1313- owner = "withoutboats";
1414- repo = "bpb";
1515- rev = "b1ef5ca1d2dea0e2ec0b1616f087f110ea17adfa";
1616- sha256 = "sVfM8tlAsF4uKLxl3g/nSYgOx+znHIdPalSIiCd18o4=";
1717- };
1818-1919- cargoSha256 = "7cARRJWRxF1kMySX6KcB6nrVf8k1p/nr3OyAwNLmztc=";
2020-2121- # a nightly compiler is required unless we use this cheat code.
2222- RUSTC_BOOTSTRAP = 1;
2323-2424- buildInputs = lib.optional stdenv.isDarwin Security;
2525-2626- meta = with lib; {
2727- description = "Tool to automatically sign git commits, replacing gpg for that purpose";
2828- homepage = "https://github.com/withoutboats/bpb";
2929- license = licenses.mit;
3030- maintainers = with maintainers; [ ];
3131- };
3232-}
+1
pkgs/top-level/aliases.nix
···131131 boost174 = throw "boost174 has been deprecated in favor of the latest version"; # Added 2023-06-08
132132 boost17x = throw "boost17x has been deprecated in favor of the latest version"; # Added 2023-07-13
133133 boost18x = throw "boost18x has been deprecated in favor of the latest version"; # Added 2023-07-13
134134+ bpb = throw "bpb has been removed as it is unmaintained and not compatible with recent Rust versions"; # Added 2024-04-30
134135 bpftool = bpftools; # Added 2021-05-03
135136 bpytop = throw "bpytop has been deprecated by btop"; # Added 2023-02-16
136137 bro = throw "'bro' has been renamed to/replaced by 'zeek'"; # Converted to throw 2023-09-10