python311Packages.bambi: mark as broken

This commit is contained in:
Gaetan Lepage 2024-05-24 17:00:54 +02:00
parent ba764c1184
commit 02f2a4b372

View File

@ -87,5 +87,7 @@ buildPythonPackage rec {
changelog = "https://github.com/bambinos/bambi/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ bcdarwin ];
# https://github.com/NixOS/nixpkgs/issues/310940
broken = true;
};
}