diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-08-18 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-08-18 02:00:00 +0200 |
commit | 3732257319e029dd4b0a5e388f35c18df52d71ba (patch) | |
tree | 78fbbe8f397187d6074eb33262a5845770dfe1d0 /gnu | |
parent | b9b04662114af5304932014d04a480ade41e5b77 (diff) | |
download | guix-3732257319e029dd4b0a5e388f35c18df52d71ba.tar.gz guix-3732257319e029dd4b0a5e388f35c18df52d71ba.zip |
gnu: tigervnc-server: Add own synopsis.
* gnu/packages/vnc.scm (tigervnc-server)[synopsis]: New field.
Change-Id: If66a00ef1a6c536a9a44ee77c3002c2412687279
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/vnc.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/vnc.scm b/gnu/packages/vnc.scm index f369e3bf40..3a4b530535 100644 --- a/gnu/packages/vnc.scm +++ b/gnu/packages/vnc.scm @@ -375,6 +375,7 @@ application which is needed to connect to VNC servers.") (propagated-inputs (modify-inputs (package-propagated-inputs xorg-server) (prepend xauth))) + (synopsis "High-performance VNC remote desktop server based on Xorg") (description "TigerVNC is a client/server implementation of VNC (Virtual Network Computing). It provides enough performance to run even 3D and video applications. It also provides extensions for advanced authentication methods |