diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-07-25 16:32:29 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-08-05 21:11:47 +0900 |
| commit | 8ccbc8eb5bfcaf555cb75672a4f1da7014ded95c (patch) | |
| tree | 71353a53169dd63ab5ea0dd026d6a1734d26e368 | |
| parent | a4f3216ce8e6a1684d055c6465797e091235ce62 (diff) | |
gnu: tigervnc-client: Sort and clean up inputs.
* gnu/packages/xorg.scm (tigervnc-client) [native-inputs]: Remove autoconf and
automake.
[inputs]: Sort.
Change-Id: Ia4706630e4f754d3fa9482c8edca39169de3ba92
| -rw-r--r-- | gnu/packages/xorg.scm | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index c23574d06a..8aa8c5dc12 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -5394,21 +5394,20 @@ draggable titlebars and borders.") (lambda* (#:key outputs #:allow-other-keys) (with-directory-excursion "vncviewer" (invoke "make" "install"))))))) - (native-inputs - (list autoconf gettext-minimal automake)) + (native-inputs (list gettext-minimal)) (inputs - (list zlib + (list ;;ffmpeg ;TODO: add this for h264 encoding + fltk-1.3 gnutls libjpeg-turbo - ;;ffmpeg ;TODO: add this for h264 encoding - fltk-1.3 - linux-pam libx11 + libxdamage libxext - libxtst libxrandr - libxdamage - pixman)) + libxtst + linux-pam + pixman + zlib)) (home-page "https://tigervnc.org/") (synopsis "High-performance VNC remote desktop client") (description "TigerVNC implements a @acronym{VNC, Virtual Network Computing} |
