Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2023-08-08 18:01:27 +00:00
committed by GitHub
84 changed files with 649 additions and 295 deletions
@@ -573,6 +573,6 @@ in with passthru; stdenv.mkDerivation {
license = licenses.psfl;
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ fridh ];
mainProgram = "python3";
mainProgram = executable;
};
}