about summary refs log tree commit diff
path: root/pkgs/desktops/deepin/core/dde-launchpad/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/desktops/deepin/core/dde-launchpad/default.nix')
-rw-r--r--pkgs/desktops/deepin/core/dde-launchpad/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/desktops/deepin/core/dde-launchpad/default.nix b/pkgs/desktops/deepin/core/dde-launchpad/default.nix
index d57609bea945..3e3b15f3a250 100644
--- a/pkgs/desktops/deepin/core/dde-launchpad/default.nix
+++ b/pkgs/desktops/deepin/core/dde-launchpad/default.nix
@@ -55,6 +55,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "The 'launcher' or 'start menu' component for DDE";
+    mainProgram = "dde-launchpad";
     homepage = "https://github.com/linuxdeepin/dde-launchpad";
     license = licenses.gpl3Plus;
     platforms = platforms.linux;