about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorrewine <luhongxu@deepin.org>2024-05-16 00:53:05 +0800
committerGitHub <noreply@github.com>2024-05-16 00:53:05 +0800
commitf992763f18c1e8538f0f15bcc40038f2f55a9aa4 (patch)
tree42418a3a86fd07c2802d3b7bea17d38fa3db5261 /pkgs
parent1fc05f90809e30fcd8ac32b66ab6b593dfd2fe4a (diff)
parentd586c513ae6600641e63a56f8801ff83a5d82fa7 (diff)
Merge pull request #311985 from aciceri/wayvnc-mainProgram
wayvnc: add meta.mainProgram
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/remote/wayvnc/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/remote/wayvnc/default.nix b/pkgs/applications/networking/remote/wayvnc/default.nix
index 0712e68e324b5..6a08c1a091fea 100644
--- a/pkgs/applications/networking/remote/wayvnc/default.nix
+++ b/pkgs/applications/networking/remote/wayvnc/default.nix
@@ -67,6 +67,7 @@ stdenv.mkDerivation rec {
       headless one, so it is also possible to run wayvnc without a physical
       display attached.
     '';
+    mainProgram = "wayvnc";
     inherit (src.meta) homepage;
     changelog = "https://github.com/any1/wayvnc/releases/tag/v${version}";
     license = licenses.isc;