Loading pkgs/development/python-modules/type-infer/default.nix +2 −3 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, pythonOlder, pythonAtLeast, fetchFromGitHub, poetry-core, colorlog, Loading Loading @@ -36,7 +37,7 @@ buildPythonPackage { inherit version; pyproject = true; disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8" || pythonAtLeast "3.13"; src = fetchFromGitHub { owner = "mindsdb"; Loading Loading @@ -87,7 +88,5 @@ buildPythonPackage { homepage = "https://github.com/mindsdb/type_infer"; license = licenses.gpl3Only; maintainers = with maintainers; [ mbalatsko ]; # ModuleNotFoundError: No module named 'imghdr', unrelated broken = true; }; } Loading
pkgs/development/python-modules/type-infer/default.nix +2 −3 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, pythonOlder, pythonAtLeast, fetchFromGitHub, poetry-core, colorlog, Loading Loading @@ -36,7 +37,7 @@ buildPythonPackage { inherit version; pyproject = true; disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8" || pythonAtLeast "3.13"; src = fetchFromGitHub { owner = "mindsdb"; Loading Loading @@ -87,7 +88,5 @@ buildPythonPackage { homepage = "https://github.com/mindsdb/type_infer"; license = licenses.gpl3Only; maintainers = with maintainers; [ mbalatsko ]; # ModuleNotFoundError: No module named 'imghdr', unrelated broken = true; }; }