cpython: Use autoreconfHook to rebuild configure script.
In particular this will let us use patches that apply to configure.ac.
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
, zlib
|
||||
, self
|
||||
, configd
|
||||
, autoreconfHook
|
||||
, python-setup-hook
|
||||
, nukeReferences
|
||||
# For the Python package set
|
||||
@@ -51,6 +52,7 @@ let
|
||||
version = with sourceVersion; "${major}.${minor}.${patch}${suffix}";
|
||||
|
||||
nativeBuildInputs = [
|
||||
autoreconfHook
|
||||
nukeReferences
|
||||
] ++ optionals (stdenv.hostPlatform != stdenv.buildPlatform) [
|
||||
buildPackages.stdenv.cc
|
||||
|
||||
Reference in New Issue
Block a user