gnu: gtk-vnc: Remove input labels.
* gnu/packages/gnome.scm (gtk-vnc)[native-inputs]: Remove labels.
This commit is contained in:
parent
9c852ae229
commit
f5efb4271d
1 changed files with 14 additions and 13 deletions
|
@ -8873,19 +8873,20 @@ like switching to windows and launching applications.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:glib-or-gtk? #t)) ; To wrap binaries and/or compile schemas
|
`(#:glib-or-gtk? #t)) ; To wrap binaries and/or compile schemas
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(;; GJS depends on Rust, which is x86_64-only so far, so remove the GJS
|
(append
|
||||||
|
;; GJS depends on Rust, which is x86_64-only so far, so remove the GJS
|
||||||
;; dependency on other platforms (FIXME).
|
;; dependency on other platforms (FIXME).
|
||||||
,@(if (target-x86-64?)
|
(if (target-x86-64?)
|
||||||
`(("gjs" ,gjs))
|
(list gjs)
|
||||||
'())
|
'())
|
||||||
("glib:bin" ,glib "bin")
|
(list `(,glib "bin")
|
||||||
("gobject-introspection" ,gobject-introspection)
|
gobject-introspection
|
||||||
("intltool" ,intltool)
|
intltool
|
||||||
("node" ,node)
|
node
|
||||||
("perl" ,perl)
|
perl
|
||||||
("pkg-config" ,pkg-config)
|
pkg-config
|
||||||
("python" ,python-wrapper)
|
python-wrapper
|
||||||
("vala" ,vala)))
|
vala)))
|
||||||
(inputs
|
(inputs
|
||||||
(list cairo (librsvg-for-system)))
|
(list cairo (librsvg-for-system)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue