void-packages/srcpkgs/zellij/patches/use-system-libcurl.patch

14 lines
514 B
Diff
Raw Normal View History

2024-11-04 11:37:18 +01:00
diff --git a/zellij-utils/Cargo.toml b/zellij-utils/Cargo.toml
index a5aca05..9e77f09 100644
--- a/zellij-utils/Cargo.toml
+++ b/zellij-utils/Cargo.toml
@@ -57,7 +57,7 @@ notify-debouncer-full = "0.1.0"
humantime = "2.1.0"
futures = "0.3.28"
openssl-sys = { version = "0.9.93", features = ["vendored"] }
-isahc = "1.7.2"
+isahc = { version = "1.7.2", default-features = false, features = ["http2", "text-decoding"] }
curl-sys = { version = "0.4", features = ["force-system-lib-on-osx"] }
[dev-dependencies]