summaryrefslogtreecommitdiff
path: root/gnu/packages/vnc.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-07-01 17:35:46 +0200
committerLudovic Courtès <ludo@gnu.org>2021-07-04 23:00:36 +0200
commitbaed9476a6381ea9b35b1aab731102da2eef2ebd (patch)
treebcc82d42994e2ae7694d4486356706ff6d670f3d /gnu/packages/vnc.scm
parent739b338ee43f180cd796833b798ce41003069c28 (diff)
downloadguix-patches-baed9476a6381ea9b35b1aab731102da2eef2ebd.tar
guix-patches-baed9476a6381ea9b35b1aab731102da2eef2ebd.tar.gz
gnu: tigervnc-server: Remove unnecessary "gcc-toolchain" input.
* gnu/packages/vnc.scm <top level>: Remove (gnu packages commencement) import. (tigervnc-server)[native-inputs]: Remove "gcc-toolchain".
Diffstat (limited to 'gnu/packages/vnc.scm')
-rw-r--r--gnu/packages/vnc.scm2
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/vnc.scm b/gnu/packages/vnc.scm
index 13ce422a82..3ee4fae91c 100644
--- a/gnu/packages/vnc.scm
+++ b/gnu/packages/vnc.scm
@@ -33,7 +33,6 @@
#:use-module (gnu packages avahi)
#:use-module (gnu packages base)
#:use-module (gnu packages cmake)
- #:use-module (gnu packages commencement)
#:use-module (gnu packages compression)
#:use-module (gnu packages crypto)
#:use-module (gnu packages cups)
@@ -224,7 +223,6 @@ application which is needed to connect to VNC servers.")
("gettext-minimal" ,gettext-minimal)
("font-util" ,font-util)
("cmake" ,cmake)
- ("gcc-toolchain" ,gcc-toolchain)
("perl" ,perl)
,@(package-native-inputs tigervnc-client)
,@(package-inputs tigervnc-client)