11 rustPlatform.buildRustPackage rec {
15 src = fetchFromGitHub {
19 hash = "sha256-5pcvwCtXWEexvV3TS62dZ6Opg8ANP2L8B0Z8u/OQENU=";
22 cargoHash = "sha256-1w/jPBO1TZpa0ju+O/NxQ/oMyzIvYVoXpj+ZLcIpQoU=";
30 env.LLVM_SYS_130_PREFIX = llvmPackages_13.llvm.dev;
32 # process didn't exit successfully: <...> SIGSEGV
36 description = "Industrial-grade brainfuck compiler";
38 homepage = "https://bfc.wilfred.me.uk";
39 license = licenses.gpl2Plus;
40 maintainers = with maintainers; [ figsoda ];
41 broken = stdenv.hostPlatform.isAarch64 && stdenv.hostPlatform.isLinux;