cmake-language-server: use poetry-core
This commit is contained in:
parent
24eab6bae7
commit
1d96cb7166
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{ lib
|
||||
, buildPythonApplication
|
||||
, fetchFromGitHub
|
||||
, poetry
|
||||
, poetry-core
|
||||
, cmake-format
|
||||
, pygls
|
||||
, cmake
|
||||
|
@ -27,7 +27,7 @@ buildPythonApplication rec {
|
|||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
poetry
|
||||
poetry-core
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue