lol

xapian: 1.4.14 -> 1.4.15

authored by

R. RyanTM and committed by
Mario Rodas
2e074b60 97306926

+4 -4
+2 -2
pkgs/development/libraries/xapian/default.nix
··· 30 30 31 31 meta = with stdenv.lib; { 32 32 description = "Search engine library"; 33 - homepage = https://xapian.org/; 33 + homepage = "https://xapian.org/"; 34 34 license = licenses.gpl2Plus; 35 35 maintainers = with maintainers; [ ]; 36 36 platforms = platforms.unix; 37 37 }; 38 38 }; 39 39 in { 40 - xapian_1_4 = generic "1.4.14" "0ja95vn0lkf6qkjhg2blkx306i10hg4fr8wlrhalmly93307lnlp"; 40 + xapian_1_4 = generic "1.4.15" "1sjhz6vgql801rdgl6vrsjj0vy1mwlkcxjx6nr7h27m031cyjs5i"; 41 41 }
+2 -2
pkgs/development/libraries/xapian/skip-flaky-darwin-test.patch
··· 6 6 // test for keepalives 7 7 DEFINE_TESTCASE(keepalive1, remote) { 8 8 + SKIP_TEST("Fails in darwin nix build environment"); 9 - XFAIL_FOR_BACKEND("multi_glass_remoteprog_glass", 10 - "Multi remote databases are currently buggy"); 9 + Xapian::Database db(get_remote_database("apitest_simpledata", 5000)); 11 10 11 + /* Test that keep-alives work */ 12 12 diff -Naur xapian-core.old/tests/api_scalability.cc xapian-core.new/tests/api_scalability.cc 13 13 --- xapian-core.old/tests/api_scalability.cc 14 14 +++ xapian-core.new/tests/api_scalability.cc