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

21 lines
582 B
Diff
Raw Normal View History

2021-01-07 15:24:55 +01:00
diff -uNr nushell-0.25.1/Cargo.toml nushell-0.25.1.mod/Cargo.toml
--- nushell-0.25.1/Cargo.toml 2021-01-06 04:58:04.000000000 +0200
+++ nushell-0.25.1.mod/Cargo.toml 2021-01-07 16:24:22.942615177 +0200
@@ -73,8 +73,6 @@
which-support = ["nu-cli/ichwh", "nu-cli/which"]
2020-04-28 09:01:16 +02:00
2020-07-27 09:53:45 +02:00
default = [
- "sys",
- "ps",
"textview",
"inc",
"git-support",
2021-01-07 15:24:55 +01:00
@@ -88,7 +86,6 @@
"match",
"post",
"fetch",
- "rich-benchmark",
2021-01-07 15:24:55 +01:00
"zip-support",
]
2021-01-07 15:24:55 +01:00
extra = ["default", "binaryview", "tree", "clipboard-cli", "trash-support", "start", "bson", "sqlite", "s3", "chart", "xpath", "selector"]