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
parent ad99842136
commit de2dbbcda5
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -7287,7 +7287,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")