Merge master into staging-next

This commit is contained in:
github-actions[bot]
2024-09-30 18:04:40 +00:00
committed by GitHub
6 changed files with 157 additions and 0 deletions
@@ -657,5 +657,6 @@ in with passthru; stdenv.mkDerivation (finalAttrs: {
pkgConfigModules = [ "python3" ];
platforms = platforms.linux ++ platforms.darwin ++ platforms.windows ++ platforms.freebsd;
mainProgram = executable;
maintainers = lib.teams.python.members;
};
})