mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-13 15:43:39 +00:00
xapian: add (more) key reverse-dependencies to passthru.tests
This commit is contained in:
parent
dca354dd14
commit
551928bf93
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user