Loading pkgs/development/python-modules/tree-sitter-grammars/default.nix +4 −3 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, setuptools, pytestCheckHook, tree-sitter, symlinkJoin, Loading @@ -27,6 +27,8 @@ in buildPythonPackage { inherit version; pname = drvPrefix; pyproject = true; build-system = [ setuptools ]; src = symlinkJoin { name = "${drvPrefix}-source"; Loading Loading @@ -118,13 +120,12 @@ buildPythonPackage { classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Topic :: Software Development :: Compilers", "Topic :: Text Processing :: Linguistic", ] requires-python = ">=3.8" license.text = "MIT" license = "MIT" readme = "README.md" [project.optional-dependencies] Loading Loading
pkgs/development/python-modules/tree-sitter-grammars/default.nix +4 −3 Original line number Diff line number Diff line { lib, stdenv, buildPythonPackage, setuptools, pytestCheckHook, tree-sitter, symlinkJoin, Loading @@ -27,6 +27,8 @@ in buildPythonPackage { inherit version; pname = drvPrefix; pyproject = true; build-system = [ setuptools ]; src = symlinkJoin { name = "${drvPrefix}-source"; Loading Loading @@ -118,13 +120,12 @@ buildPythonPackage { classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Topic :: Software Development :: Compilers", "Topic :: Text Processing :: Linguistic", ] requires-python = ">=3.8" license.text = "MIT" license = "MIT" readme = "README.md" [project.optional-dependencies] Loading