gnu: gjs: Build with older version of mozjs.

* gnu/packages/gnome.scm (gjs)[propagated-inputs]: Remove mozjs; add
mozjs-128.

Change-Id: Ic3d7f32aa28ca6c274dd9137055d8a54a82d8264
This commit is contained in:
Efraim Flashner 2025-09-17 10:40:59 +03:00
parent 3ba54dd24a
commit e25bd0a15b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -7859,7 +7859,8 @@ configuration program to choose applications starting on login.")
xorg-server-for-tests))
(propagated-inputs
;; These are all in the Requires.private field of gjs-1.0.pc.
(list cairo gobject-introspection mozjs))
;; Check the version of mozjs required in meson.build.
(list cairo gobject-introspection mozjs-128))
(inputs
(list gtk+ readline))
(synopsis "Javascript bindings for GNOME")