Files
termux-packages/packages/tectonic/io_base-Cargo.toml.patch
termux-pacman-bot 7f91c4a73d fix(main/tectonic): downgrade app_dirs crate to 1.2.1
Similar as seen for tealdeer, app_dirs / android-ndk-rs does not
support termux's environment.  Downgrade the crate to 1.2.1 until that
has been fixed or a workaround implemented.

See also: termux/termux-packages#9072
Fixes: termux/termux-packages#11900
2022-09-12 17:00:39 +00:00

12 lines
426 B
Diff

--- ./crates/io_base/Cargo.toml.orig 2022-09-12 18:10:19.409234320 +0200
+++ ./crates/io_base/Cargo.toml 2022-09-12 18:10:47.816387800 +0200
@@ -16,7 +16,7 @@
edition = "2018"
[dependencies]
-app_dirs2 = "^2.3"
+app_dirs2 = { package = "app_dirs", version = "1.2.1" }
flate2 = { version = "^1.0.19", default-features = false, features = ["zlib"] }
libc = "^0.2" # for EISDIR :-(
sha2 = "^0.9" # for digest computations