Commit bd77a57b authored by Doron Behar's avatar Doron Behar
Browse files

autotools-language-server: fix evaluation by using python311

parent c55d289e
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
{ lib
, python3
, python311
, fetchFromGitHub
, fetchpatch
}:

let
  python3 = python311;
in
python3.pkgs.buildPythonApplication rec {
  pname = "autotools-language-server";
  version = "0.0.19";