Unverified Commit 93a707cf authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #314307 from GaetanLepage/bambi

python311Packages.bambi: mark as broken
parents e4df81cd 02f2a4b3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
  };
}