about summary refs log tree commit diff
path: root/pkgs/desktops/pantheon/services
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-10-28 10:47:36 +0800
committerBobby Rong <rjl931189261@126.com>2021-10-28 10:48:14 +0800
commit342035a5d1a272f4a2182c7352e98115491b5e98 (patch)
tree8593002aa30b8f9995d7911a17b293775aa15f8c /pkgs/desktops/pantheon/services
parent04af89173e47902e853e42d616bbe5c8b70f2941 (diff)
pkgs/pantheon: set meta.mainProgram
Diffstat (limited to 'pkgs/desktops/pantheon/services')
-rw-r--r--pkgs/desktops/pantheon/services/contractor/default.nix1
-rw-r--r--pkgs/desktops/pantheon/services/elementary-capnet-assist/default.nix1
-rw-r--r--pkgs/desktops/pantheon/services/elementary-notifications/default.nix1
-rw-r--r--pkgs/desktops/pantheon/services/elementary-settings-daemon/default.nix1
4 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/desktops/pantheon/services/contractor/default.nix b/pkgs/desktops/pantheon/services/contractor/default.nix
index 666e17362ac2c..2263442048794 100644
--- a/pkgs/desktops/pantheon/services/contractor/default.nix
+++ b/pkgs/desktops/pantheon/services/contractor/default.nix
@@ -55,5 +55,6 @@ stdenv.mkDerivation rec {
     license = licenses.gpl3Plus;
     platforms = platforms.linux;
     maintainers = teams.pantheon.members;
+    mainProgram = "contractor";
   };
 }
diff --git a/pkgs/desktops/pantheon/services/elementary-capnet-assist/default.nix b/pkgs/desktops/pantheon/services/elementary-capnet-assist/default.nix
index 0b904a112177a..bc9bedcd7c028 100644
--- a/pkgs/desktops/pantheon/services/elementary-capnet-assist/default.nix
+++ b/pkgs/desktops/pantheon/services/elementary-capnet-assist/default.nix
@@ -71,5 +71,6 @@ stdenv.mkDerivation rec {
     license = licenses.gpl3Plus;
     platforms = platforms.linux;
     maintainers = teams.pantheon.members;
+    mainProgram = "io.elementary.capnet-assist";
   };
 }
diff --git a/pkgs/desktops/pantheon/services/elementary-notifications/default.nix b/pkgs/desktops/pantheon/services/elementary-notifications/default.nix
index 15ae6840e4543..9dd5a86952581 100644
--- a/pkgs/desktops/pantheon/services/elementary-notifications/default.nix
+++ b/pkgs/desktops/pantheon/services/elementary-notifications/default.nix
@@ -58,5 +58,6 @@ stdenv.mkDerivation rec {
     license = licenses.gpl3Plus;
     maintainers = teams.pantheon.members;
     platforms = platforms.linux;
+    mainProgram = "io.elementary.notifications";
   };
 }
diff --git a/pkgs/desktops/pantheon/services/elementary-settings-daemon/default.nix b/pkgs/desktops/pantheon/services/elementary-settings-daemon/default.nix
index 3b47ca3dc8d82..79ced4bfe5828 100644
--- a/pkgs/desktops/pantheon/services/elementary-settings-daemon/default.nix
+++ b/pkgs/desktops/pantheon/services/elementary-settings-daemon/default.nix
@@ -65,5 +65,6 @@ stdenv.mkDerivation rec {
     license = licenses.gpl3Plus;
     maintainers = teams.pantheon.members;
     platforms = platforms.linux;
+    mainProgram = "io.elementary.settings-daemon";
   };
 }