mpv: Set meta.mainProgram
This commit is contained in:
parent
647a6f42ee
commit
620d5c14da
1 changed files with 1 additions and 0 deletions
|
@ -256,6 +256,7 @@ in stdenv'.mkDerivation (finalAttrs: {
|
|||
'';
|
||||
changelog = "https://github.com/mpv-player/mpv/releases/tag/v${finalAttrs.version}";
|
||||
license = licenses.gpl2Plus;
|
||||
mainProgram = "mpv";
|
||||
maintainers = with maintainers; [ AndersonTorres fpletz globin ma27 tadeokondrak ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue