python3Packages.awslambdaric: pin to autoconf-2.71
Without the change `python3Packages.awslambdaric` fails the build
against `autoconf-2.72` as:
python3.11-awslambdaric> checking curl version... 7.83.1
python3.11-awslambdaric> ./configure: line 6673: syntax error near unexpected token `;;'
python3.11-awslambdaric> ./configure: line 6673: ` ;;'
`python3Packages.awslambdaric` embeds tarballs of external dependencies
and is a bit tricky to patch. Let's pin it to a working version.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
, fetchpatch
|
||||
, isPy27
|
||||
, pytestCheckHook
|
||||
, autoconf
|
||||
, autoconf271
|
||||
, automake
|
||||
, cmake
|
||||
, gcc
|
||||
@@ -44,7 +44,7 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [ simplejson ];
|
||||
|
||||
nativeBuildInputs = [ autoconf automake cmake libtool perl setuptools ];
|
||||
nativeBuildInputs = [ autoconf271 automake cmake libtool perl setuptools ];
|
||||
|
||||
buildInputs = [ gcc ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user