lalrpop: set meta.mainProgram

See #246386
This commit is contained in:
chayleaf 2023-08-14 00:09:12 +07:00
parent 572140539c
commit 50308ec793

View file

@ -41,6 +41,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/lalrpop/lalrpop";
changelog = "https://github.com/lalrpop/lalrpop/blob/${src.rev}/RELEASES.md";
license = with licenses; [ asl20 /* or */ mit ];
mainProgram = "lalrpop";
maintainers = with maintainers; [ chayleaf ];
};
}