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

13 lines
395 B
Diff
Raw Normal View History

2021-02-07 20:07:47 +01:00
diff -uNr nushell-0.26.0/Cargo.toml nushell-0.26.0.mod/Cargo.toml
--- nushell-0.26.0/Cargo.toml 2021-01-26 10:07:08.000000000 +0000
+++ nushell-0.26.0.mod/Cargo.toml 2021-02-07 19:10:16.241516332 +0000
@@ -72,8 +72,6 @@
which-support = ["nu-cli/ichwh", "nu-cli/which", "nu-command/ichwh", "nu-command/which"]
2020-04-28 09:01:16 +02:00
2020-07-27 09:53:45 +02:00
default = [
- "sys",
- "ps",
"textview",
"inc",
2021-02-07 20:07:47 +01:00
"directories-support",