tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
mpv: Set `meta.mainProgram`
nicoo
2 years ago
620d5c14
647a6f42
+1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
video
mpv
default.nix
+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;
0
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
};