mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 18:23:44 +00:00
wayvnc: add meta.mainProgram
This commit is contained in:
parent
a784860836
commit
d586c513ae
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user