Merge remote-tracking branch 'origin/staging-next' into staging

This commit is contained in:
K900
2025-10-27 10:53:50 +03:00
159 changed files with 10652 additions and 5934 deletions

View File

@@ -181,7 +181,7 @@ stdenv.mkDerivation {
description = "Fast, compliant alternative implementation of the Python language (${pythonVersion})";
mainProgram = "pypy";
license = licenses.mit;
platforms = lib.mapAttrsToList (arch: _: arch) downloadUrls;
platforms = lib.attrNames downloadUrls;
};
}

View File

@@ -175,7 +175,7 @@ stdenv.mkDerivation {
homepage = "http://pypy.org/";
description = "Fast, compliant alternative implementation of the Python language (${pythonVersion})";
license = licenses.mit;
platforms = lib.mapAttrsToList (arch: _: arch) downloadUrls;
platforms = lib.attrNames downloadUrls;
};
}