about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-11-22 06:01:10 +0000
committerGitHub <noreply@github.com>2021-11-22 06:01:10 +0000
commitcbcbfb490198385bc119c152e7a4cf58b6c49ec2 (patch)
treea752073e7df2e4d23e9c0c32dad578d7c11b6d2f /pkgs/applications/video
parent2f9a2c9dfeae6c11773f88a64a8b7f501e5a9a89 (diff)
parent726f7c9688bad4574abee4f47565bf272daf8f81 (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/mpv/wrapper.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/video/mpv/wrapper.nix b/pkgs/applications/video/mpv/wrapper.nix
index 6166ae10d4eba..c097489a33c45 100644
--- a/pkgs/applications/video/mpv/wrapper.nix
+++ b/pkgs/applications/video/mpv/wrapper.nix
@@ -79,6 +79,8 @@ let
         rm "$out/Applications/mpv.app/Contents/MacOS/mpv"
         makeWrapper "${mpv}/Applications/mpv.app/Contents/MacOS/mpv" "$out/Applications/mpv.app/Contents/MacOS/mpv" ${mostMakeWrapperArgs}
       '';
+
+      meta.mainProgram = "mpv";
     };
 in
   lib.makeOverridable wrapper