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:
parent
06e0a8e43a
commit
afd86e9200
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue