python3Packages.open-interpreter: mark broken (#496794)

This commit is contained in:
Yt
2026-03-05 13:11:04 +00:00
committed by GitHub
@@ -112,6 +112,7 @@ buildPythonPackage rec {
doCheck = false;
meta = {
broken = true;
description = "OpenAI's Code Interpreter in your terminal, running locally";
homepage = "https://github.com/KillianLucas/open-interpreter";
license = lib.licenses.mit;