mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
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:
parent
ad99842136
commit
de2dbbcda5
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue