about summary refs log tree commit diff
path: root/pkgs/applications/audio/yesplaymusic/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/yesplaymusic/default.nix')
-rw-r--r--pkgs/applications/audio/yesplaymusic/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/yesplaymusic/default.nix b/pkgs/applications/audio/yesplaymusic/default.nix
index aee0d1d192fe..a7f81dcf4c40 100644
--- a/pkgs/applications/audio/yesplaymusic/default.nix
+++ b/pkgs/applications/audio/yesplaymusic/default.nix
@@ -65,6 +65,7 @@ let
 
   meta = with lib; {
     description = "A good-looking third-party netease cloud music player";
+    mainProgram = "yesplaymusic";
     homepage = "https://github.com/qier222/YesPlayMusic/";
     license = licenses.mit;
     maintainers = with maintainers; [ ChaosAttractor ];