wayvnc: add meta.mainProgram

This commit is contained in:
Andrea Ciceri 2024-05-15 17:19:31 +02:00
parent a784860836
commit d586c513ae
No known key found for this signature in database

View File

@ -67,6 +67,7 @@ stdenv.mkDerivation rec {
headless one, so it is also possible to run wayvnc without a physical headless one, so it is also possible to run wayvnc without a physical
display attached. display attached.
''; '';
mainProgram = "wayvnc";
inherit (src.meta) homepage; inherit (src.meta) homepage;
changelog = "https://github.com/any1/wayvnc/releases/tag/v${version}"; changelog = "https://github.com/any1/wayvnc/releases/tag/v${version}";
license = licenses.isc; license = licenses.isc;