Merge pull request #286983 from bryango/gitstatus-libgit2-nocheck
This commit is contained in:
@@ -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 = [ ];
|
||||
})
|
||||
|
||||
@@ -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; {
|
||||
|
||||
Reference in New Issue
Block a user