gauche: set meta.mainProgram to gosh

This package provides multiple binaries, but `gosh' is the
interpreter which is actually used to run scheme scripts,
and so probably the one people think of when they say
"running Gauche Scheme".
This commit is contained in:
stuebinm 2024-03-11 22:53:08 +01:00
parent d4099372a1
commit 2233ed700b

View File

@ -42,6 +42,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "R7RS Scheme scripting engine";
homepage = "https://practical-scheme.net/gauche/";
mainProgram = "gosh";
maintainers = with maintainers; [ mnacamura ];
license = licenses.bsd3;
platforms = platforms.unix;