pythonInterpreters.pypy310_prebuilt: set mainProgram (#412881)

This commit is contained in:
Arne Keller
2025-06-01 14:42:15 +02:00
committed by GitHub
@@ -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;
};