mpv: Set `meta.mainProgram`

nicoo 620d5c14 647a6f42

+1
+1
pkgs/applications/video/mpv/default.nix
··· 256 ''; 257 changelog = "https://github.com/mpv-player/mpv/releases/tag/v${finalAttrs.version}"; 258 license = licenses.gpl2Plus; 259 maintainers = with maintainers; [ AndersonTorres fpletz globin ma27 tadeokondrak ]; 260 platforms = platforms.unix; 261 };
··· 256 ''; 257 changelog = "https://github.com/mpv-player/mpv/releases/tag/v${finalAttrs.version}"; 258 license = licenses.gpl2Plus; 259 + mainProgram = "mpv"; 260 maintainers = with maintainers; [ AndersonTorres fpletz globin ma27 tadeokondrak ]; 261 platforms = platforms.unix; 262 };