python310: 3.10.0a1 -> 3.10.0a2

This commit is contained in:
Jonathan Ringer
2020-11-11 23:13:44 -08:00
committed by Jonathan Ringer
parent 28bc8eadd1
commit 5a5122418a
3 changed files with 25 additions and 15 deletions
@@ -14,6 +14,7 @@
, self
, configd
, autoreconfHook
, autoconf-archive
, python-setup-hook
, nukeReferences
# For the Python package set
@@ -67,6 +68,8 @@ let
nativeBuildInputs = optionals (!stdenv.isDarwin) [
autoreconfHook
] ++ optionals (!stdenv.isDarwin && passthru.pythonAtLeast "3.10") [
autoconf-archive # needed for AX_CHECK_COMPILE_FLAG
] ++ [
nukeReferences
] ++ optionals (stdenv.hostPlatform != stdenv.buildPlatform) [