diff options
author | Marius Bakke <marius@gnu.org> | 2022-08-27 04:05:57 +0200 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-13 00:20:36 -0400 |
commit | 059675706ddf7d550aefffabd2c03a700b5f1fd7 (patch) | |
tree | 091c728fbeb6da7e04926cccef37459d69f7aee3 /gnu | |
parent | f89dbfc8a9d5af7ed8952fae617bb13862642bc0 (diff) |
gnu: gjs: Build with mozjs 78.
This is a follow-up to commit d6fa3ac7a8203173b125390aed596832565a3687.
* gnu/packages/gnome.scm (gjs)[propagated-inputs]: Change from MOZJS to
MOZJS-78.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 6e971f33c7..54092161ac 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7380,7 +7380,7 @@ configuration program to choose applications starting on login.") ("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") |