guix-commits
[Top][All Lists]
Advanced

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

04/08: gnu: mozjs: Build with the default LLVM.


From: guix-commits
Subject: 04/08: gnu: mozjs: Build with the default LLVM.
Date: Sat, 16 Jul 2022 14:27:22 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 03a4908ea5ea5108cb160cd8675b6c8991f0cd56
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jul 16 16:37:56 2022 +0200

    gnu: mozjs: Build with the default LLVM.
    
    * gnu/packages/gnuzilla.scm (mozjs)[native-inputs]: Change from LLVM-9 to 
LLVM.
---
 gnu/packages/gnuzilla.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 7d8c531de3..70f2b3b43f 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -224,8 +224,7 @@
     (native-inputs
      (list autoconf-2.13
            automake
-           ;; TODO(staging): Use the default LLVM in the next rebuild cycle.
-           llvm-9                       ;for llvm-objdump
+           llvm                         ;for llvm-objdump
            perl
            pkg-config
            python-3



reply via email to

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