Loading pkgs/by-name/cm/cmake-language-server/package.nix +12 −4 Original line number Diff line number Diff line Loading @@ -11,7 +11,15 @@ versionCheckHook, }: python3Packages.buildPythonApplication rec { let pythonPackages = python3Packages.overrideScope ( self: super: { lsprotocol = self.lsprotocol_2023; pygls = self.pygls_1; } ); in pythonPackages.buildPythonApplication rec { pname = "cmake-language-server"; version = "0.1.11"; pyproject = true; Loading @@ -31,12 +39,12 @@ python3Packages.buildPythonApplication rec { "CALL_TIMEOUT = 10" ''; build-system = with python3Packages; [ build-system = with pythonPackages; [ pdm-backend ]; dontUseCmakeConfigure = true; dependencies = with python3Packages; [ dependencies = with pythonPackages; [ pygls ]; Loading @@ -47,7 +55,7 @@ python3Packages.buildPythonApplication rec { cmake-format versionCheckHook ] ++ (with python3Packages; [ ++ (with pythonPackages; [ pytest-datadir pytestCheckHook ]); Loading pkgs/by-name/ng/nginx-language-server/package.nix +11 −3 Original line number Diff line number Diff line Loading @@ -6,7 +6,15 @@ nix-update-script, }: python3Packages.buildPythonApplication rec { let pythonPackages = python3Packages.overrideScope ( self: super: { lsprotocol = self.lsprotocol_2023; pygls = self.pygls_1; } ); in pythonPackages.buildPythonApplication rec { pname = "nginx-language-server"; version = "0.9.0"; pyproject = true; Loading @@ -18,7 +26,7 @@ python3Packages.buildPythonApplication rec { hash = "sha256-v9+Y8NBvN8HvTdNrK9D9YQuqDB3olIu5LfYapjlVlAM="; }; build-system = with python3Packages; [ build-system = with pythonPackages; [ poetry-core ]; Loading @@ -26,7 +34,7 @@ python3Packages.buildPythonApplication rec { "pydantic" ]; dependencies = with python3Packages; [ dependencies = with pythonPackages; [ crossplane lsprotocol pydantic Loading pkgs/by-name/sy/systemd-language-server/package.nix +12 −4 Original line number Diff line number Diff line Loading @@ -6,7 +6,15 @@ pandoc, }: python3Packages.buildPythonApplication rec { let pythonPackages = python3Packages.overrideScope ( self: super: { lsprotocol = self.lsprotocol_2023; pygls = self.pygls_1; } ); in pythonPackages.buildPythonApplication rec { pname = "systemd-language-server"; version = "0.3.5"; pyproject = true; Loading @@ -18,14 +26,14 @@ python3Packages.buildPythonApplication rec { hash = "sha256-QRd2mV4qRh4OfVJ2/5cOm3Wh8ydsLTG9Twp346DHjs0="; }; build-system = with python3Packages; [ build-system = with pythonPackages; [ poetry-core ]; pythonRelaxDeps = [ "lxml" ]; dependencies = with python3Packages; [ dependencies = with pythonPackages; [ lxml pygls ]; Loading @@ -34,7 +42,7 @@ python3Packages.buildPythonApplication rec { nativeCheckInputs = [ pandoc python3Packages.pytestCheckHook pythonPackages.pytestCheckHook ]; disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [ Loading pkgs/by-name/tc/tclint/package.nix +14 −6 Original line number Diff line number Diff line Loading @@ -6,7 +6,15 @@ versionCheckHook, }: python3Packages.buildPythonApplication rec { let pythonPackages = python3Packages.overrideScope ( self: super: { lsprotocol = self.lsprotocol_2023; pygls = self.pygls_1; } ); in pythonPackages.buildPythonApplication rec { pname = "tclint"; version = "0.7.0"; pyproject = true; Loading @@ -18,7 +26,7 @@ python3Packages.buildPythonApplication rec { hash = "sha256-GkWQlOmPh/IpkdcNKkaHJoVDD2r5wCSFeMZA96dxiXM="; }; build-system = with python3Packages; [ build-system = with pythonPackages; [ setuptools setuptools-scm ]; Loading @@ -27,12 +35,12 @@ python3Packages.buildPythonApplication rec { "importlib-metadata" "pathspec" ]; dependencies = with python3Packages; [ dependencies = with pythonPackages; [ importlib-metadata pathspec ply pygls_1 lsprotocol_2023 pygls lsprotocol tomli voluptuous ]; Loading @@ -41,7 +49,7 @@ python3Packages.buildPythonApplication rec { nativeCheckInputs = [ addBinToPathHook python3Packages.pytestCheckHook pythonPackages.pytestCheckHook versionCheckHook ]; versionCheckProgramArg = "--version"; Loading pkgs/by-name/ve/vectorcode/package.nix +2 −0 Original line number Diff line number Diff line Loading @@ -91,6 +91,8 @@ let "chromadb/test/db/test_migrations.py::test_migrations[sqlite]" ]; }); lsprotocol = self.lsprotocol_2023; pygls = self.pygls_1; }; }; in Loading Loading
pkgs/by-name/cm/cmake-language-server/package.nix +12 −4 Original line number Diff line number Diff line Loading @@ -11,7 +11,15 @@ versionCheckHook, }: python3Packages.buildPythonApplication rec { let pythonPackages = python3Packages.overrideScope ( self: super: { lsprotocol = self.lsprotocol_2023; pygls = self.pygls_1; } ); in pythonPackages.buildPythonApplication rec { pname = "cmake-language-server"; version = "0.1.11"; pyproject = true; Loading @@ -31,12 +39,12 @@ python3Packages.buildPythonApplication rec { "CALL_TIMEOUT = 10" ''; build-system = with python3Packages; [ build-system = with pythonPackages; [ pdm-backend ]; dontUseCmakeConfigure = true; dependencies = with python3Packages; [ dependencies = with pythonPackages; [ pygls ]; Loading @@ -47,7 +55,7 @@ python3Packages.buildPythonApplication rec { cmake-format versionCheckHook ] ++ (with python3Packages; [ ++ (with pythonPackages; [ pytest-datadir pytestCheckHook ]); Loading
pkgs/by-name/ng/nginx-language-server/package.nix +11 −3 Original line number Diff line number Diff line Loading @@ -6,7 +6,15 @@ nix-update-script, }: python3Packages.buildPythonApplication rec { let pythonPackages = python3Packages.overrideScope ( self: super: { lsprotocol = self.lsprotocol_2023; pygls = self.pygls_1; } ); in pythonPackages.buildPythonApplication rec { pname = "nginx-language-server"; version = "0.9.0"; pyproject = true; Loading @@ -18,7 +26,7 @@ python3Packages.buildPythonApplication rec { hash = "sha256-v9+Y8NBvN8HvTdNrK9D9YQuqDB3olIu5LfYapjlVlAM="; }; build-system = with python3Packages; [ build-system = with pythonPackages; [ poetry-core ]; Loading @@ -26,7 +34,7 @@ python3Packages.buildPythonApplication rec { "pydantic" ]; dependencies = with python3Packages; [ dependencies = with pythonPackages; [ crossplane lsprotocol pydantic Loading
pkgs/by-name/sy/systemd-language-server/package.nix +12 −4 Original line number Diff line number Diff line Loading @@ -6,7 +6,15 @@ pandoc, }: python3Packages.buildPythonApplication rec { let pythonPackages = python3Packages.overrideScope ( self: super: { lsprotocol = self.lsprotocol_2023; pygls = self.pygls_1; } ); in pythonPackages.buildPythonApplication rec { pname = "systemd-language-server"; version = "0.3.5"; pyproject = true; Loading @@ -18,14 +26,14 @@ python3Packages.buildPythonApplication rec { hash = "sha256-QRd2mV4qRh4OfVJ2/5cOm3Wh8ydsLTG9Twp346DHjs0="; }; build-system = with python3Packages; [ build-system = with pythonPackages; [ poetry-core ]; pythonRelaxDeps = [ "lxml" ]; dependencies = with python3Packages; [ dependencies = with pythonPackages; [ lxml pygls ]; Loading @@ -34,7 +42,7 @@ python3Packages.buildPythonApplication rec { nativeCheckInputs = [ pandoc python3Packages.pytestCheckHook pythonPackages.pytestCheckHook ]; disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [ Loading
pkgs/by-name/tc/tclint/package.nix +14 −6 Original line number Diff line number Diff line Loading @@ -6,7 +6,15 @@ versionCheckHook, }: python3Packages.buildPythonApplication rec { let pythonPackages = python3Packages.overrideScope ( self: super: { lsprotocol = self.lsprotocol_2023; pygls = self.pygls_1; } ); in pythonPackages.buildPythonApplication rec { pname = "tclint"; version = "0.7.0"; pyproject = true; Loading @@ -18,7 +26,7 @@ python3Packages.buildPythonApplication rec { hash = "sha256-GkWQlOmPh/IpkdcNKkaHJoVDD2r5wCSFeMZA96dxiXM="; }; build-system = with python3Packages; [ build-system = with pythonPackages; [ setuptools setuptools-scm ]; Loading @@ -27,12 +35,12 @@ python3Packages.buildPythonApplication rec { "importlib-metadata" "pathspec" ]; dependencies = with python3Packages; [ dependencies = with pythonPackages; [ importlib-metadata pathspec ply pygls_1 lsprotocol_2023 pygls lsprotocol tomli voluptuous ]; Loading @@ -41,7 +49,7 @@ python3Packages.buildPythonApplication rec { nativeCheckInputs = [ addBinToPathHook python3Packages.pytestCheckHook pythonPackages.pytestCheckHook versionCheckHook ]; versionCheckProgramArg = "--version"; Loading
pkgs/by-name/ve/vectorcode/package.nix +2 −0 Original line number Diff line number Diff line Loading @@ -91,6 +91,8 @@ let "chromadb/test/db/test_migrations.py::test_migrations[sqlite]" ]; }); lsprotocol = self.lsprotocol_2023; pygls = self.pygls_1; }; }; in Loading