Merge pull request #326135 from doronbehar/pkg/autotools-language-server
autotools-language-server: fix evaluation by using python311
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user