Merge pull request #295132 from stuebinm/gauche-main-program

gauche: set meta.mainProgram to gosh
This commit is contained in:
Pol Dellaiera 2024-03-12 21:38:54 +01:00 committed by GitHub
commit 33939c0eed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;