libgit2: add gitstatus to passthru.tests
gitstatus crucially depends on an overridden version of libgit2, thus we add it to libgit2.passthru.tests to prevent future breakage.
This commit is contained in:
@@ -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