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 committed by Maxim Cournoyer
parent 059675706d
commit b05afdda39
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -7370,14 +7370,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))