diff options
Diffstat (limited to 'third_party/overlays/tvl.nix')
-rw-r--r-- | third_party/overlays/tvl.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix index 3a4664631797..9ebe21369ba9 100644 --- a/third_party/overlays/tvl.nix +++ b/third_party/overlays/tvl.nix @@ -122,10 +122,6 @@ depot.nix.readTree.drvTargets { ''; }; - # Disable tests which fail and weren't executed before the bump that - # introduced this problem: https://github.com/NixOS/nixpkgs/issues/288064 - libgit2_1_5 = super.libgit2_1_5.overrideAttrs (_: { doCheck = false; }); - evans = super.evans.overrideAttrs (old: { patches = old.patches or [ ] ++ [ # add support for unix domain sockets |