diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-07-01 17:35:46 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-07-04 23:00:36 +0200 |
commit | baed9476a6381ea9b35b1aab731102da2eef2ebd (patch) | |
tree | bcc82d42994e2ae7694d4486356706ff6d670f3d | |
parent | 739b338ee43f180cd796833b798ce41003069c28 (diff) | |
download | guix-baed9476a6381ea9b35b1aab731102da2eef2ebd.tar.gz guix-baed9476a6381ea9b35b1aab731102da2eef2ebd.zip |
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".
-rw-r--r-- | gnu/packages/vnc.scm | 2 |
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) |