pypy3: fix mainProgram attribute for nix run (#530787)

This commit is contained in:
Arne Keller
2026-06-13 21:37:34 +00:00
committed by GitHub
@@ -392,7 +392,7 @@ stdenv.mkDerivation rec {
homepage = "https://www.pypy.org/";
changelog = "https://doc.pypy.org/release-v${version}.html";
description = "Fast, compliant alternative implementation of the Python language (${pythonVersion})";
mainProgram = "pypy";
mainProgram = executable;
license = lib.licenses.mit;
platforms = [
"aarch64-linux"