Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2024-03-19 06:01:43 +00:00
committed by GitHub
5416 changed files with 5725 additions and 198 deletions
@@ -201,6 +201,7 @@ in with passthru; stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://www.pypy.org/";
description = "Fast, compliant alternative implementation of the Python language (${pythonVersion})";
mainProgram = "pypy";
license = licenses.mit;
platforms = [ "aarch64-linux" "x86_64-linux" "aarch64-darwin" "x86_64-darwin" ];
broken = optimizationLevel == "0"; # generates invalid code