about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrea Ciceri <andrea.ciceri@autistici.org>2024-05-15 17:19:31 +0200
committerAndrea Ciceri <andrea.ciceri@autistici.org>2024-05-15 18:04:58 +0200
commitd586c513ae6600641e63a56f8801ff83a5d82fa7 (patch)
tree25f7c61a6c4f4f7d5b6686f88d218bd4a70d6034
parenta784860836f66a782bdd263d43b5b75241954e41 (diff)
wayvnc: add meta.mainProgram
-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;