Unverified Commit 52bbee04 authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

Merge pull request #326135 from doronbehar/pkg/autotools-language-server

autotools-language-server: fix evaluation by using python311
parents 30ed999c bd77a57b
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";