Merge master into staging-next

This commit is contained in:
nixpkgs-ci[bot]
2025-06-01 18:04:52 +00:00
committed by GitHub
221 changed files with 2847 additions and 2447 deletions
@@ -176,6 +176,7 @@ stdenv.mkDerivation {
meta = with lib; {
homepage = "http://pypy.org/";
description = "Fast, compliant alternative implementation of the Python language (${pythonVersion})";
mainProgram = "pypy";
license = licenses.mit;
platforms = lib.mapAttrsToList (arch: _: arch) downloadUrls;
};