mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 01:24:47 +00:00
cucumber: add meta.mainProgram
This commit is contained in:
parent
82b936cf07
commit
5a49715fe6
@ -12,6 +12,7 @@ bundlerApp {
|
||||
homepage = "https://cucumber.io/";
|
||||
changelog = "https://github.com/cucumber/cucumber-ruby/blob/main/CHANGELOG.md";
|
||||
license = licenses.mit;
|
||||
mainProgram = "cucumber";
|
||||
maintainers = with maintainers; [ manveru nicknovitski anthonyroussel ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user