Merge pull request #213778 from dit7ya/spotify-player
spotify-player: add meta.mainProgram
This commit is contained in:
commit
4d5fbbaa00
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A command driven spotify player";
|
description = "A command driven spotify player";
|
||||||
homepage = "https://github.com/aome510/spotify-player";
|
homepage = "https://github.com/aome510/spotify-player";
|
||||||
|
mainProgram = "spotify_player";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ dit7ya ];
|
maintainers = with maintainers; [ dit7ya ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue