Loading pkgs/development/python-modules/distorm3/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, pythonAtLeast, pythonOlder, pytestCheckHook, setuptools, Loading @@ -13,7 +14,8 @@ buildPythonPackage rec { version = "3.5.2"; pyproject = true; disabled = pythonOlder "3.5"; # Still uses distutils, https://github.com/gdabah/distorm/issues/191 disabled = pythonOlder "3.5" || pythonAtLeast "3.12"; src = fetchFromGitHub { owner = "gdabah"; Loading Loading
pkgs/development/python-modules/distorm3/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, pythonAtLeast, pythonOlder, pytestCheckHook, setuptools, Loading @@ -13,7 +14,8 @@ buildPythonPackage rec { version = "3.5.2"; pyproject = true; disabled = pythonOlder "3.5"; # Still uses distutils, https://github.com/gdabah/distorm/issues/191 disabled = pythonOlder "3.5" || pythonAtLeast "3.12"; src = fetchFromGitHub { owner = "gdabah"; Loading