mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-10 05:09:33 -05:00
gnu: mozjs: Build with the default LLVM.
* gnu/packages/gnuzilla.scm (mozjs)[native-inputs]: Change from LLVM-9 to LLVM.
This commit is contained in:
parent
f49eef43fd
commit
03a4908ea5
1 changed files with 1 additions and 2 deletions
|
@ -224,8 +224,7 @@ (define-public mozjs
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue