Loading pkgs/development/python-modules/numericalunits/default.nix +4 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, pythonAtLeast, fetchFromGitHub, setuptools, pytestCheckHook, Loading @@ -11,6 +12,9 @@ buildPythonPackage (finalAttrs: { version = "1.26"; pyproject = true; # AttributeError: module 'ast' has no attribute 'Num' disabled = pythonAtLeast "3.14"; src = fetchFromGitHub { owner = "sbyrnes321"; repo = "numericalunits"; Loading Loading
pkgs/development/python-modules/numericalunits/default.nix +4 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, pythonAtLeast, fetchFromGitHub, setuptools, pytestCheckHook, Loading @@ -11,6 +12,9 @@ buildPythonPackage (finalAttrs: { version = "1.26"; pyproject = true; # AttributeError: module 'ast' has no attribute 'Num' disabled = pythonAtLeast "3.14"; src = fetchFromGitHub { owner = "sbyrnes321"; repo = "numericalunits"; Loading