Loading pkgs/development/tools/misc/cmake-language-server/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ , buildPythonApplication , fetchFromGitHub , poetry-core , pythonRelaxDepsHook , cmake-format , pygls , cmake Loading @@ -26,8 +27,13 @@ buildPythonApplication rec { ./disable-test-timeouts.patch ]; pythonRelaxDeps = [ "pygls" ]; nativeBuildInputs = [ poetry-core pythonRelaxDepsHook ]; propagatedBuildInputs = [ Loading Loading
pkgs/development/tools/misc/cmake-language-server/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ , buildPythonApplication , fetchFromGitHub , poetry-core , pythonRelaxDepsHook , cmake-format , pygls , cmake Loading @@ -26,8 +27,13 @@ buildPythonApplication rec { ./disable-test-timeouts.patch ]; pythonRelaxDeps = [ "pygls" ]; nativeBuildInputs = [ poetry-core pythonRelaxDepsHook ]; propagatedBuildInputs = [ Loading