aports/testing/xplr/remove-vendored-lua.patch
omni 92ed4b7dc5 testing/xplr: resurrect aport
- switch from luajit to lua5.4
- enable on ppc64le & riscv64 thanks to above
- add -doc sub-package
2024-01-23 02:29:34 +00:00

49 lines
1001 B
Diff

--- a/Cargo.lock
+++ b/Cargo.lock
@@ -774,25 +774,6 @@
]
[[package]]
-name = "lua-src"
-version = "546.0.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2da0daa7eee611a4c30c8f5ee31af55266e26e573971ba9336d2993e2da129b2"
-dependencies = [
- "cc",
-]
-
-[[package]]
-name = "luajit-src"
-version = "210.5.3+29b0b28"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0c2bb89013916ce5c949f01a1fbd6d435a58e1d980767a791d755911211d792d"
-dependencies = [
- "cc",
- "which",
-]
-
-[[package]]
name = "memchr"
version = "2.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -865,8 +846,6 @@
dependencies = [
"cc",
"cfg-if",
- "lua-src",
- "luajit-src",
"pkg-config",
]
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -73,7 +73,7 @@
[dependencies.mlua]
version = "0.9.2"
-features = ['luajit', 'vendored', 'serialize', 'send']
+features = ['lua54', 'serialize', 'send']
[dependencies.tui-input]
version = "0.8.0"