about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorThiago Kenji Okada <thiagokokada@gmail.com>2021-11-21 21:24:23 -0300
committerGitHub <noreply@github.com>2021-11-21 21:24:23 -0300
commit568014ae205743970ffa735c3b451376117c231a (patch)
treeb08e4f073289042e025b7733e8f0262f88582bc1 /pkgs/applications/video
parent7f9782cae21721bb0140a1aa204511eacb61c776 (diff)
parent4459b35304dfb86626778a1118a485a2be2d73ed (diff)
Merge pull request #146880 from samuelgrf/mpv-mainProgram
mpv: set meta.mainProgram
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