spidermonkey_*: remove useless dependency
This commit is contained in:
parent
cf3859b188
commit
f6c8d04c78
@ -14,7 +14,6 @@
|
||||
, pkg-config
|
||||
, python3
|
||||
, python39
|
||||
, rust-cbindgen
|
||||
, rustc
|
||||
, which
|
||||
, zip
|
||||
@ -78,7 +77,6 @@ stdenv.mkDerivation (finalAttrs: rec {
|
||||
pkg-config
|
||||
# 78 requires python up to 3.9
|
||||
(if lib.versionOlder version "91" then python39 else python3)
|
||||
rust-cbindgen
|
||||
rustc
|
||||
rustc.llvmPackages.llvm # for llvm-objdump
|
||||
which
|
||||
|
Loading…
Reference in New Issue
Block a user