File: disable-vendored-libgit2.diff

package info (click to toggle)
rust-eza 0.23.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,440 kB
  • sloc: makefile: 14
file content (13 lines) | stat: -rw-r--r-- 418 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: eza/Cargo.toml
===================================================================
--- eza.orig/Cargo.toml
+++ eza/Cargo.toml
@@ -219,7 +219,7 @@ nix = []
 nix-generated = []
 nix-local = []
 powertest = []
-vendored-libgit2 = ["git2/vendored-libgit2"]
+#vendored-libgit2 = ["git2/vendored-libgit2"]
 #vendored-openssl = ["git2/vendored-openssl"]
 
 [target.'cfg(target_os = "linux")'.dependencies.proc-mounts]