Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2023-02-15 06:01:44 +00:00
committed by GitHub
46 changed files with 574 additions and 342 deletions
@@ -44,7 +44,7 @@ let
}));
# See build-setupcfg/default.nix for documentation.
buildSetupcfg = import ../../../build-support/build-setupcfg self;
buildSetupcfg = import ../../../build-support/build-setupcfg lib self;
# Check whether a derivation provides a Python module.
hasPythonModule = drv: drv?pythonModule && drv.pythonModule == python;