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".master
parent
739b338ee4
commit
baed9476a6
|
@ -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)
|
||||
|
|
Reference in New Issue