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