python313Packages.type-infer: mark broken

This commit is contained in:
Sandro Jäckel
2025-02-11 15:11:51 +01:00
parent 4f4a5b83d7
commit 78e4c32395
@@ -87,5 +87,7 @@ buildPythonPackage rec {
homepage = "https://github.com/mindsdb/type_infer";
license = licenses.gpl3Only;
maintainers = with maintainers; [ mbalatsko ];
# ModuleNotFoundError: No module named 'imghdr', unrelated
broken = true;
};
}