termux-packages/packages/nushell/Cargo.toml.patch

12 lines
366 B
Diff
Raw Normal View History

2022-03-23 21:43:59 +01:00
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -72,7 +72,7 @@
2020-04-28 09:01:16 +02:00
2022-03-23 21:43:59 +01:00
[features]
plugin = ["nu-plugin", "nu-cli/plugin", "nu-parser/plugin", "nu-command/plugin", "nu-protocol/plugin", "nu-engine/plugin"]
-default = ["plugin", "which", "zip-support", "trash-support"]
+default = ["plugin", "which", "zip-support"]
stable = ["default"]
extra = ["default", "dataframe"]
wasi = []