mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
3ba54dd24a
commit
e25bd0a15b
1 changed files with 2 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue