guix-commits
[Top][All Lists]
Advanced

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

44/181: gnu: gjs: Build with mozjs 78.


From: guix-commits
Subject: 44/181: gnu: gjs: Build with mozjs 78.
Date: Tue, 13 Sep 2022 02:25:22 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 059675706ddf7d550aefffabd2c03a700b5f1fd7
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 6e971f33c7..54092161ac 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7380,7 +7380,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]