xapian: add (more) key reverse-dependencies to passthru.tests

This commit is contained in:
Robert Scott 2024-07-21 19:44:37 +01:00
parent dca354dd14
commit 551928bf93

View File

@ -7,6 +7,9 @@
# tests
, mu
, perlPackages
, python3
, xapian-omega
}:
let
@ -43,7 +46,9 @@ let
'';
passthru.tests = {
inherit mu;
inherit mu xapian-omega;
inherit (perlPackages) SearchXapian;
python-xapian = python3.pkgs.xapian;
};
meta = with lib; {