Loading pkgs/development/python-modules/tree-sitter/default.nix +10 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , fetchpatch , pytestCheckHook , pythonOlder , setuptools Loading @@ -21,6 +22,15 @@ buildPythonPackage rec { fetchSubmodules = true; }; patches = [ # Replace distutils with setuptools, https://github.com/tree-sitter/py-tree-sitter/pull/214 (fetchpatch { name = "replace-distutils.patch"; url = "https://github.com/tree-sitter/py-tree-sitter/commit/80d3cae493c4a47e49cc1d2ebab0a8eaf7617825.patch"; hash = "sha256-00coI8/COpYMiSflAECwh6yJCMJj/ucFEn18Npj2g+Q="; }) ]; nativeBuildInputs = [ setuptools ]; Loading Loading
pkgs/development/python-modules/tree-sitter/default.nix +10 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , fetchpatch , pytestCheckHook , pythonOlder , setuptools Loading @@ -21,6 +22,15 @@ buildPythonPackage rec { fetchSubmodules = true; }; patches = [ # Replace distutils with setuptools, https://github.com/tree-sitter/py-tree-sitter/pull/214 (fetchpatch { name = "replace-distutils.patch"; url = "https://github.com/tree-sitter/py-tree-sitter/commit/80d3cae493c4a47e49cc1d2ebab0a8eaf7617825.patch"; hash = "sha256-00coI8/COpYMiSflAECwh6yJCMJj/ucFEn18Npj2g+Q="; }) ]; nativeBuildInputs = [ setuptools ]; Loading