Commit f1735c9e authored by Gaetan Lepage's avatar Gaetan Lepage Committed by github-actions[bot]
Browse files

python311Packages.bambi: mark as broken

(cherry picked from commit 02f2a4b3)
parent 03309929
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;
  };
}