cmake-language-server: use poetry-core

This commit is contained in:
Robert Schütz
2022-11-29 18:02:03 -08:00
committed by Robert Schütz
parent 24eab6bae7
commit 1d96cb7166
@@ -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 = [