about summary refs log tree commit diff
path: root/pkgs/applications/window-managers/phosh/phosh-mobile-settings.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/window-managers/phosh/phosh-mobile-settings.nix')
-rw-r--r--pkgs/applications/window-managers/phosh/phosh-mobile-settings.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/window-managers/phosh/phosh-mobile-settings.nix b/pkgs/applications/window-managers/phosh/phosh-mobile-settings.nix
index a988e1369ce7..8e85597cc7d3 100644
--- a/pkgs/applications/window-managers/phosh/phosh-mobile-settings.nix
+++ b/pkgs/applications/window-managers/phosh/phosh-mobile-settings.nix
@@ -63,6 +63,7 @@ stdenv.mkDerivation rec {
 
   meta = with lib; {
     description = "A settings app for mobile specific things";
+    mainProgram = "phosh-mobile-settings";
     homepage = "https://gitlab.gnome.org/World/Phosh/phosh-mobile-settings";
     changelog = "https://gitlab.gnome.org/World/Phosh/phosh-mobile-settings/-/blob/v${version}/debian/changelog";
     license = licenses.gpl3Plus;