xapian: add mu to passthru tests
This commit is contained in:
parent
c7e0d2d4de
commit
bdbdb2c625
1 changed files with 14 additions and 2 deletions
|
@ -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/";
|
||||||
|
|
Loading…
Reference in a new issue