spidermonkey_78: use LLVM 12

This avoids having to build multiple LLVM versions for my systems, which is
very helpful for platforms without a binary cache (e.g. 32-bit ARM).
This commit is contained in:
Ben Wolsieffer 2021-08-02 11:45:23 -04:00
parent 06e0a8e43a
commit afd86e9200

View file

@ -15,7 +15,7 @@
, rustc , rustc
, rust-cbindgen , rust-cbindgen
, yasm , yasm
, llvmPackages_11 , llvmPackages_12
, nspr , nspr
}: }:
@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ nativeBuildInputs = [
autoconf213 autoconf213
cargo cargo
llvmPackages_11.llvm # for llvm-objdump llvmPackages_12.llvm # for llvm-objdump
perl perl
pkg-config pkg-config
python3 python3