gnu: gjs: Remove input labels.

* gnu/packages/gnome.scm (gjs)[native-inputs]: Remove labels.
This commit is contained in:
Marius Bakke 2022-08-27 04:09:40 +02:00
parent de2dbbcda5
commit 8888e9bfb2
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -7277,14 +7277,14 @@ (define-public gjs
;; For the missing /etc/machine-id.
(setenv "DBUS_FATAL_WARNINGS" "0"))))))
(native-inputs
`(("glib:bin" ,glib "bin") ; for glib-compile-resources
("pkg-config" ,pkg-config)
("xmllint" ,libxml2)
;; For testing
("dbus-launch" ,dbus)
("dconf" ,dconf) ; required to properly store settings
("uuidgen" ,util-linux)
("xvfb" ,xorg-server-for-tests)))
(list `(,glib "bin") ;for glib-compile-resources
pkg-config
libxml2
;; For testing
dbus
dconf ;required to properly store settings
util-linux
xorg-server-for-tests))
(propagated-inputs
;; These are all in the Requires.private field of gjs-1.0.pc.
(list cairo gobject-introspection mozjs-78))