Merge master into staging-next

This commit is contained in:
nixpkgs-ci[bot]
2025-05-31 00:16:33 +00:00
committed by GitHub
156 changed files with 1893 additions and 4652 deletions
@@ -519,6 +519,7 @@ stdenv.mkDerivation (finalAttrs: {
"ac_cv_func_lchmod=no"
]
++ optionals static [
"--disable-test-modules"
"LDFLAGS=-static"
"MODULE_BUILDTYPE=static"
]
@@ -610,7 +611,11 @@ stdenv.mkDerivation (finalAttrs: {
echo $item
fi
done
''
+ lib.optionalString (!static) ''
touch $out/lib/${libPrefix}/test/__init__.py
''
+ ''
# Determinism: Windows installers were not deterministic.
# We're also not interested in building Windows installers.