cmake-language-server: build with pygls 0.9.x
This commit is contained in:
@@ -15,6 +15,11 @@ buildPythonApplication rec {
|
|||||||
sha256 = "0vz7bjxkk0phjhz3h9kj6yr7wnk3g7lqmkqraa0kw12mzcfck837";
|
sha256 = "0vz7bjxkk0phjhz3h9kj6yr7wnk3g7lqmkqraa0kw12mzcfck837";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace pyproject.toml \
|
||||||
|
--replace 'pygls = "^0.8.1"' 'pygls = "^0.9.0"'
|
||||||
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [ poetry ];
|
nativeBuildInputs = [ poetry ];
|
||||||
propagatedBuildInputs = [ pygls pyparsing ];
|
propagatedBuildInputs = [ pygls pyparsing ];
|
||||||
|
|
||||||
|
|||||||
@@ -10330,7 +10330,9 @@ in
|
|||||||
|
|
||||||
cmake-format = python3Packages.callPackage ../development/tools/cmake-format { };
|
cmake-format = python3Packages.callPackage ../development/tools/cmake-format { };
|
||||||
|
|
||||||
cmake-language-server = python3Packages.callPackage ../development/tools/cmake-language-server { };
|
cmake-language-server = python3Packages.callPackage ../development/tools/cmake-language-server {
|
||||||
|
inherit (pkgs) cmake;
|
||||||
|
};
|
||||||
|
|
||||||
# Does not actually depend on Qt 5
|
# Does not actually depend on Qt 5
|
||||||
inherit (kdeFrameworks) extra-cmake-modules kapidox kdoctools;
|
inherit (kdeFrameworks) extra-cmake-modules kapidox kdoctools;
|
||||||
|
|||||||
Reference in New Issue
Block a user