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.
This commit is contained in:
Marius Bakke 2022-08-27 04:05:57 +02:00
parent ad99842136
commit de2dbbcda5
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -7287,7 +7287,7 @@ (define-public gjs
("xvfb" ,xorg-server-for-tests)))
(propagated-inputs
;; 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
(list gtk+ readline))
(synopsis "Javascript bindings for GNOME")