Archived
1
0
Fork 0

gnu: gtk-vnc: Remove input labels.

* gnu/packages/gnome.scm (gtk-vnc)[native-inputs]: Remove labels.
This commit is contained in:
Marius Bakke 2022-09-01 19:13:23 +02:00
parent 9c852ae229
commit f5efb4271d
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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
;; dependency on other platforms (FIXME). ;; GJS depends on Rust, which is x86_64-only so far, so remove the GJS
,@(if (target-x86-64?) ;; dependency on other platforms (FIXME).
`(("gjs" ,gjs)) (if (target-x86-64?)
'()) (list gjs)
("glib:bin" ,glib "bin") '())
("gobject-introspection" ,gobject-introspection) (list `(,glib "bin")
("intltool" ,intltool) gobject-introspection
("node" ,node) intltool
("perl" ,perl) node
("pkg-config" ,pkg-config) perl
("python" ,python-wrapper) pkg-config
("vala" ,vala))) python-wrapper
vala)))
(inputs (inputs
(list cairo (librsvg-for-system))) (list cairo (librsvg-for-system)))
(propagated-inputs (propagated-inputs