mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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".
This commit is contained in:
parent
739b338ee4
commit
baed9476a6
1 changed files with 0 additions and 2 deletions
|
@ -33,7 +33,6 @@ (define-module (gnu packages vnc)
|
|||
#: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 @@ (define-public tigervnc-server
|
|||
("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)
|
||||
|
|
Loading…
Reference in a new issue