mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 09:58:57 -05:00
gnu: gjs: Remove input labels.
* gnu/packages/gnome.scm (gjs)[native-inputs]: Remove labels.
This commit is contained in:
parent
059675706d
commit
b05afdda39
1 changed files with 8 additions and 8 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue