libgit2: fix gitstatus test

This commit is contained in:
Sandro Jäckel
2025-12-17 00:27:18 +01:00
parent 79940a481b
commit 7a2eb1cf3b
+1 -2
View File
@@ -2,7 +2,6 @@
lib,
stdenv,
fetchFromGitHub,
fetchpatch,
cmake,
pkg-config,
python3,
@@ -93,7 +92,7 @@ stdenv.mkDerivation (finalAttrs: {
passthru.tests = lib.mapAttrs (_: v: v.override { libgit2 = finalAttrs.finalPackage; }) {
inherit libgit2-glib;
inherit (python3Packages) pygit2;
inherit gitstatus;
inherit (gitstatus) romkatv_libgit2;
};
meta = {