summaryrefslogtreecommitdiffstats
path: root/vendor/atty/debian/patches/no-hermit.patch
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/atty/debian/patches/no-hermit.patch')
-rw-r--r--vendor/atty/debian/patches/no-hermit.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/atty/debian/patches/no-hermit.patch b/vendor/atty/debian/patches/no-hermit.patch
new file mode 100644
index 0000000..9312419
--- /dev/null
+++ b/vendor/atty/debian/patches/no-hermit.patch
@@ -0,0 +1,11 @@
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -22,8 +22,6 @@
+ keywords = ["terminal", "tty", "isatty"]
+ license = "MIT"
+ repository = "https://github.com/softprops/atty"
+-[target."cfg(target_os = \"hermit\")".dependencies.hermit-abi]
+-version = "0.1.6"
+ [target."cfg(unix)".dependencies.libc]
+ version = "0.2"
+ default-features = false