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

bpb: mark as broken
This commit is contained in:
superherointj 2024-04-30 08:10:09 -03:00 committed by GitHub
commit 8f27ccd790
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1 additions and 34 deletions

View file

@ -1,32 +0,0 @@
{ 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; [ ];
};
}

View file

@ -131,6 +131,7 @@ mapAliases ({
boost174 = throw "boost174 has been deprecated in favor of the latest version"; # Added 2023-06-08 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 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 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 bpftool = bpftools; # Added 2021-05-03
bpytop = throw "bpytop has been deprecated by btop"; # Added 2023-02-16 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 bro = throw "'bro' has been renamed to/replaced by 'zeek'"; # Converted to throw 2023-09-10

View file

@ -4381,8 +4381,6 @@ with pkgs;
bozohttpd = callPackage ../servers/http/bozohttpd { }; bozohttpd = callPackage ../servers/http/bozohttpd { };
bozohttpd-minimal = callPackage ../servers/http/bozohttpd { minimal = true; }; 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-original = lowPrio (callPackage ../tools/cd-dvd/brasero { });
brasero = callPackage ../tools/cd-dvd/brasero/wrapper.nix { }; brasero = callPackage ../tools/cd-dvd/brasero/wrapper.nix { };