From 78e4c32395829655f9640f2d6c30c8dada7af609 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Tue, 11 Feb 2025 15:11:51 +0100 Subject: [PATCH] python313Packages.type-infer: mark broken --- pkgs/development/python-modules/type-infer/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/type-infer/default.nix b/pkgs/development/python-modules/type-infer/default.nix index 80bc703c8405..cf940f9727ad 100644 --- a/pkgs/development/python-modules/type-infer/default.nix +++ b/pkgs/development/python-modules/type-infer/default.nix @@ -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; }; }