mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-10 13:19:40 -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
|
(native-inputs
|
||||||
(list autoconf-2.13
|
(list autoconf-2.13
|
||||||
automake
|
automake
|
||||||
;; TODO(staging): Use the default LLVM in the next rebuild cycle.
|
llvm ;for llvm-objdump
|
||||||
llvm-9 ;for llvm-objdump
|
|
||||||
perl
|
perl
|
||||||
pkg-config
|
pkg-config
|
||||||
python-3
|
python-3
|
||||||
|
|
Loading…
Reference in a new issue