Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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".

stuebinm 2233ed70 d4099372

+1
+1
pkgs/development/interpreters/gauche/default.nix
··· 42 42 meta = with lib; { 43 43 description = "R7RS Scheme scripting engine"; 44 44 homepage = "https://practical-scheme.net/gauche/"; 45 + mainProgram = "gosh"; 45 46 maintainers = with maintainers; [ mnacamura ]; 46 47 license = licenses.bsd3; 47 48 platforms = platforms.unix;