me
/
guix
Archived
1
0
Fork 0

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.
master
Marius Bakke 2022-08-27 04:05:57 +02:00 committed by Maxim Cournoyer
parent f89dbfc8a9
commit 059675706d
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 1 deletions

View File

@ -7380,7 +7380,7 @@ configuration program to choose applications starting on login.")
("xvfb" ,xorg-server-for-tests))) ("xvfb" ,xorg-server-for-tests)))
(propagated-inputs (propagated-inputs
;; These are all in the Requires.private field of gjs-1.0.pc. ;; 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 (inputs
(list gtk+ readline)) (list gtk+ readline))
(synopsis "Javascript bindings for GNOME") (synopsis "Javascript bindings for GNOME")