3
0
Fork 0
forked from mirrors/nixpkgs

cmake-language-server: use poetry-core

This commit is contained in:
Robert Schütz 2022-11-28 21:20:12 -08:00 committed by Robert Schütz
parent 24eab6bae7
commit 1d96cb7166

View file

@ -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 = [