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:
parent
d4099372a1
commit
2233ed700b
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue