bfc: drop

Emily 8ee0bc5c 21edf6c1

Changed files
+1 -44
pkgs
by-name
bf
top-level
-44
pkgs/by-name/bf/bfc/package.nix
···
-
{
-
lib,
-
rustPlatform,
-
fetchFromGitHub,
-
llvmPackages_13,
-
libxml2,
-
ncurses,
-
zlib,
-
stdenv,
-
}:
-
-
rustPlatform.buildRustPackage rec {
-
pname = "bfc";
-
version = "1.12.0";
-
-
src = fetchFromGitHub {
-
owner = "Wilfred";
-
repo = "bfc";
-
rev = version;
-
hash = "sha256-5pcvwCtXWEexvV3TS62dZ6Opg8ANP2L8B0Z8u/OQENU=";
-
};
-
-
cargoHash = "sha256-S8Fy0PRSUftljcX34Sj8MmlPW7Oob2yayPUA1RRxf8E=";
-
-
buildInputs = [
-
libxml2
-
ncurses
-
zlib
-
];
-
-
env.LLVM_SYS_130_PREFIX = llvmPackages_13.llvm.dev;
-
-
# process didn't exit successfully: <...> SIGSEGV
-
doCheck = false;
-
-
meta = with lib; {
-
description = "Industrial-grade brainfuck compiler";
-
mainProgram = "bfc";
-
homepage = "https://bfc.wilfred.me.uk";
-
license = licenses.gpl2Plus;
-
maintainers = with maintainers; [ figsoda ];
-
broken = stdenv.hostPlatform.isAarch64 && stdenv.hostPlatform.isLinux;
-
};
-
}
+1
pkgs/top-level/aliases.nix
···
beatsabermodmanager = throw "'beatsabermodmanager' has been removed due to lack of upstream maintainenance. Consider using 'bs-manager' instead"; # Added 2025-03-18
betterbird = throw "betterbird has been removed as there were insufficient maintainer resources to keep up with security updates"; # Added 2024-10-25
betterbird-unwrapped = throw "betterbird has been removed as there were insufficient maintainer resources to keep up with security updates"; # Added 2024-10-25
+
bfc = throw "bfc has been removed, as it does not build with supported LLVM versions"; # Added 2025-08-10
bibata-extra-cursors = throw "bibata-cursors has been removed as it was broken"; # Added 2024-07-15
bitbucket-server-cli = throw "bitbucket-server-cli has been removed due to lack of maintenance upstream."; # Added 2025-05-27
bitcoin-abc = throw "bitcoin-abc has been removed due to a lack of maintanance"; # Added 2025-06-17