Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-01-08 12:29:39 +00:00
committed by GitHub
26 changed files with 509 additions and 24 deletions
@@ -370,7 +370,7 @@ in with passthru; stdenv.mkDerivation {
# Add CPython specific setup-hook that configures distutils.sysconfig to
# always load sysconfigdata from host Python.
postFixup = ''
postFixup = stdenv.lib.optionalString (!stdenv.hostPlatform.isDarwin) ''
cat << "EOF" >> "$out/nix-support/setup-hook"
${sysconfigdataHook}
EOF