Commit 1d96cb71 authored by Robert Schütz's avatar Robert Schütz Committed by Robert Schütz
Browse files

cmake-language-server: use poetry-core

parent 24eab6ba
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ lib
, buildPythonApplication
, fetchFromGitHub
, poetry
, poetry-core
, cmake-format
, pygls
, cmake
@@ -27,7 +27,7 @@ buildPythonApplication rec {
  ];

  nativeBuildInputs = [
    poetry
    poetry-core
  ];

  propagatedBuildInputs = [