cpython: use correct variable to set meta.mainProgram

This commit is contained in:
Sandro Jäckel
2023-08-08 17:25:28 +00:00
committed by Anderson Torres
parent 5bc7a60800
commit 4514e57231
@@ -573,6 +573,6 @@ in with passthru; stdenv.mkDerivation {
license = licenses.psfl;
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ fridh ];
mainProgram = "python3";
mainProgram = executable;
};
}