Loading pkgs/development/python-modules/latexify-py/default.nix +5 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, pythonAtLeast, dill, fetchFromGitHub, hatchling, Loading @@ -12,6 +13,10 @@ buildPythonPackage rec { version = "0.4.4"; pyproject = true; # AttributeError: module 'ast' has no attribute 'Num' # https://docs.python.org/3/whatsnew/3.14.html#id9 disabled = pythonAtLeast "3.14"; src = fetchFromGitHub { owner = "google"; repo = "latexify_py"; Loading Loading
pkgs/development/python-modules/latexify-py/default.nix +5 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, pythonAtLeast, dill, fetchFromGitHub, hatchling, Loading @@ -12,6 +13,10 @@ buildPythonPackage rec { version = "0.4.4"; pyproject = true; # AttributeError: module 'ast' has no attribute 'Num' # https://docs.python.org/3/whatsnew/3.14.html#id9 disabled = pythonAtLeast "3.14"; src = fetchFromGitHub { owner = "google"; repo = "latexify_py"; Loading