Merge pull request #286983 from bryango/gitstatus-libgit2-nocheck

This commit is contained in:
Sandro 2024-02-07 16:00:07 +01:00 committed by GitHub
commit d0c7887bdd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View File

@ -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 = [ ];
})

View File

@ -15,6 +15,7 @@
# for passthru.tests
, libgit2-glib
, python3Packages
, gitstatus
}:
stdenv.mkDerivation rec {
@ -51,6 +52,7 @@ stdenv.mkDerivation rec {
passthru.tests = {
inherit libgit2-glib;
inherit (python3Packages) pygit2;
inherit gitstatus;
};
meta = with lib; {