xapian: add mu to passthru tests

main
Mario Rodas 2 years ago
parent c7e0d2d4de
commit bdbdb2c625
  1. 16
      pkgs/development/libraries/xapian/default.nix

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

Loading…
Cancel
Save