pypy3: fix mainProgram attribute for nix run

This commit is contained in:
XlNTARO
2026-06-11 19:50:12 +03:00
parent f8330c7eb5
commit 47e5bac99a
@@ -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"