Merge staging-next into staging
This commit is contained in:
@@ -208,10 +208,16 @@ let
|
||||
nativeBuildInputs = [
|
||||
nukeReferences
|
||||
]
|
||||
++ optionals (!stdenv.hostPlatform.isDarwin && !withMinimalDeps) [
|
||||
autoconf-archive # needed for AX_CHECK_COMPILE_FLAG
|
||||
autoreconfHook
|
||||
]
|
||||
++
|
||||
optionals
|
||||
(
|
||||
(!stdenv.hostPlatform.isDarwin && !withMinimalDeps)
|
||||
|| (stdenv.hostPlatform != stdenv.buildPlatform && stdenv.hostPlatform.isFreeBSD)
|
||||
)
|
||||
[
|
||||
autoconf-archive # needed for AX_CHECK_COMPILE_FLAG
|
||||
autoreconfHook
|
||||
]
|
||||
++
|
||||
optionals ((!stdenv.hostPlatform.isDarwin || passthru.pythonAtLeast "3.14") && !withMinimalDeps)
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user