mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 18:23:44 +00:00
rio: set meta.mainProgram
This commit is contained in:
parent
0fc6faf92b
commit
bf1bd46d9b
@ -103,5 +103,6 @@ rustPlatform.buildRustPackage rec {
|
||||
maintainers = with lib.maintainers; [ otavio oluceps ];
|
||||
platforms = lib.platforms.unix;
|
||||
changelog = "https://github.com/raphamorim/rio/blob/v${version}/CHANGELOG.md";
|
||||
mainProgram = "rio";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user