guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: gjs: Build with mozjs 78.


From: guix-commits
Subject: 02/03: gnu: gjs: Build with mozjs 78.
Date: Fri, 26 Aug 2022 22:10:36 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit de2dbbcda5df0612523bbfd50a8d0dad56c9813d
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Aug 27 04:05:57 2022 +0200

    gnu: gjs: Build with mozjs 78.
    
    This is a follow-up to commit d6fa3ac7a8203173b125390aed596832565a3687.
    
    * gnu/packages/gnome.scm (gjs)[propagated-inputs]: Change from MOZJS to
    MOZJS-78.
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d44a222ed7..124d7f6952 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]