gnu: gjs: Build with mozjs 78.
This is a follow-up to commit d6fa3ac7a8
.
* gnu/packages/gnome.scm (gjs)[propagated-inputs]: Change from MOZJS to
MOZJS-78.
master
parent
f89dbfc8a9
commit
059675706d
|
@ -7380,7 +7380,7 @@ configuration program to choose applications starting on login.")
|
||||||
("xvfb" ,xorg-server-for-tests)))
|
("xvfb" ,xorg-server-for-tests)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
;; These are all in the Requires.private field of gjs-1.0.pc.
|
;; These are all in the Requires.private field of gjs-1.0.pc.
|
||||||
(list cairo gobject-introspection mozjs))
|
(list cairo gobject-introspection mozjs-78))
|
||||||
(inputs
|
(inputs
|
||||||
(list gtk+ readline))
|
(list gtk+ readline))
|
||||||
(synopsis "Javascript bindings for GNOME")
|
(synopsis "Javascript bindings for GNOME")
|
||||||
|
|
Reference in New Issue