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

autotools-language-server: fix evaluation by using python311
This commit is contained in:
Doron Behar
2024-07-11 13:58:38 +03:00
committed by GitHub
@@ -1,9 +1,12 @@
{ lib
, python3
, python311
, fetchFromGitHub
, fetchpatch
}:
let
python3 = python311;
in
python3.pkgs.buildPythonApplication rec {
pname = "autotools-language-server";
version = "0.0.19";