pythonInterpreters.pypy310_prebuilt: set `mainProgram` (#412881)

authored by

Arne Keller and committed by
GitHub
7844f0b3 1f09afa3

+1
+1
pkgs/development/interpreters/python/pypy/prebuilt.nix
··· 176 176 meta = with lib; { 177 177 homepage = "http://pypy.org/"; 178 178 description = "Fast, compliant alternative implementation of the Python language (${pythonVersion})"; 179 + mainProgram = "pypy"; 179 180 license = licenses.mit; 180 181 platforms = lib.mapAttrsToList (arch: _: arch) downloadUrls; 181 182 };