diff options
Diffstat (limited to 'third_party/rust-crates/default.nix')
-rw-r--r-- | third_party/rust-crates/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/rust-crates/default.nix b/third_party/rust-crates/default.nix index 697e47cddefc..678384869d34 100644 --- a/third_party/rust-crates/default.nix +++ b/third_party/rust-crates/default.nix @@ -321,6 +321,7 @@ depot.nix.readTree.drvTargets rec{ pkg-config ]; env.LIBGIT2_NO_VENDOR = "1"; + meta.broken = true; # TODO(profpatsch): fix git version mismatch }; matches = buildRustCrate { @@ -417,5 +418,6 @@ depot.nix.readTree.drvTargets rec{ log url ]; + meta.broken = true; # TODO(Profpatsch): see libgit2-sys }; } |