xapian: add mu to passthru tests

This commit is contained in:
Mario Rodas 2022-10-01 04:20:00 +00:00
parent c7e0d2d4de
commit bdbdb2c625

View file

@ -1,5 +1,13 @@
{ lib, stdenv, fetchurl, autoreconfHook { lib
, libuuid, zlib }: , stdenv
, fetchurl
, autoreconfHook
, libuuid
, zlib
# tests
, mu
}:
let let
generic = version: hash: stdenv.mkDerivation { generic = version: hash: stdenv.mkDerivation {
@ -29,6 +37,10 @@ let
--replace "#define HAVE___EXP10 1" "#undef HAVE___EXP10" --replace "#define HAVE___EXP10 1" "#undef HAVE___EXP10"
''; '';
passthru.tests = {
inherit mu;
};
meta = with lib; { meta = with lib; {
description = "Search engine library"; description = "Search engine library";
homepage = "https://xapian.org/"; homepage = "https://xapian.org/";