Unverified Commit 8f27ccd7 authored by superherointj's avatar superherointj Committed by GitHub
Browse files

Merge pull request #307473 from Scrumplex/pkgs/bpb/broken

bpb: mark as broken
parents def49846 1628b155
Loading
Loading
Loading
Loading
+0 −32
Original line number Diff line number Diff line
{ stdenv
, lib
, rustPlatform
, fetchFromGitHub
, Security
}:

rustPlatform.buildRustPackage rec {
  pname = "bpb";
  version = "unstable-2018-07-27";

  src = fetchFromGitHub {
    owner = "withoutboats";
    repo = "bpb";
    rev = "b1ef5ca1d2dea0e2ec0b1616f087f110ea17adfa";
    sha256 = "sVfM8tlAsF4uKLxl3g/nSYgOx+znHIdPalSIiCd18o4=";
  };

  cargoSha256 = "7cARRJWRxF1kMySX6KcB6nrVf8k1p/nr3OyAwNLmztc=";

  # a nightly compiler is required unless we use this cheat code.
  RUSTC_BOOTSTRAP = 1;

  buildInputs = lib.optional stdenv.isDarwin Security;

  meta = with lib; {
    description = "Tool to automatically sign git commits, replacing gpg for that purpose";
    homepage = "https://github.com/withoutboats/bpb";
    license = licenses.mit;
    maintainers = with maintainers; [ ];
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -131,6 +131,7 @@ mapAliases ({
  boost174 = throw "boost174 has been deprecated in favor of the latest version"; # Added 2023-06-08
  boost17x = throw "boost17x has been deprecated in favor of the latest version"; # Added 2023-07-13
  boost18x = throw "boost18x has been deprecated in favor of the latest version"; # Added 2023-07-13
  bpb = throw "bpb has been removed as it is unmaintained and not compatible with recent Rust versions"; # Added 2024-04-30
  bpftool = bpftools; # Added 2021-05-03
  bpytop = throw "bpytop has been deprecated by btop"; # Added 2023-02-16
  bro = throw "'bro' has been renamed to/replaced by 'zeek'"; # Converted to throw 2023-09-10
+0 −2
Original line number Diff line number Diff line
@@ -4381,8 +4381,6 @@ with pkgs;
  bozohttpd = callPackage ../servers/http/bozohttpd { };
  bozohttpd-minimal = callPackage ../servers/http/bozohttpd { minimal = true; };
  bpb = callPackage ../tools/security/bpb { inherit (darwin.apple_sdk.frameworks) Security; };
  brasero-original = lowPrio (callPackage ../tools/cd-dvd/brasero { });
  brasero = callPackage ../tools/cd-dvd/brasero/wrapper.nix { };