gitstatus: disable checks for forked libgit2 dep

The libgit2 dep for gitstatus is a heavy fork, for which the original
checkPhase does not work. This commit ensures that it is disabled as
before.
This commit is contained in:
Bryan Lai
2024-02-07 20:09:21 +08:00
parent 5ef42fcd84
commit 665b4e7b14
@@ -21,5 +21,9 @@ libgit2.overrideAttrs (oldAttrs: {
hash = "sha256-Bm3Gj9+AhNQMvkIqdrTkK5D9vrZ1qq6CS8Wrn9kfKiw=";
};
# this is a heavy fork of the original libgit2
# the original checkPhase does not work for this fork
doCheck = false;
patches = [ ];
})