mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-02 11:03:57 +00:00
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:
parent
665b4e7b14
commit
a292ac8cd2
@ -15,6 +15,7 @@
|
|||||||
# for passthru.tests
|
# for passthru.tests
|
||||||
, libgit2-glib
|
, libgit2-glib
|
||||||
, python3Packages
|
, python3Packages
|
||||||
|
, gitstatus
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -51,6 +52,7 @@ stdenv.mkDerivation rec {
|
|||||||
passthru.tests = {
|
passthru.tests = {
|
||||||
inherit libgit2-glib;
|
inherit libgit2-glib;
|
||||||
inherit (python3Packages) pygit2;
|
inherit (python3Packages) pygit2;
|
||||||
|
inherit gitstatus;
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user