about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-02-27 16:45:44 +0000
committerMario Rodas <marsam@users.noreply.github.com>2020-02-27 16:45:44 +0000
commit2e074b60e420f7ec16a9d1df7b3da13ef1e25b92 (patch)
treece818b749f1982af56a5d5c93a2f026fa2137469 /pkgs/development/libraries
parent97306926fbbeb92d4ffc2f7d3c5cf8dc20ed81c4 (diff)
downloadnixlib-2e074b60e420f7ec16a9d1df7b3da13ef1e25b92.tar
nixlib-2e074b60e420f7ec16a9d1df7b3da13ef1e25b92.tar.gz
nixlib-2e074b60e420f7ec16a9d1df7b3da13ef1e25b92.tar.bz2
nixlib-2e074b60e420f7ec16a9d1df7b3da13ef1e25b92.tar.lz
nixlib-2e074b60e420f7ec16a9d1df7b3da13ef1e25b92.tar.xz
nixlib-2e074b60e420f7ec16a9d1df7b3da13ef1e25b92.tar.zst
nixlib-2e074b60e420f7ec16a9d1df7b3da13ef1e25b92.zip
xapian: 1.4.14 -> 1.4.15
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/xapian/default.nix4
-rw-r--r--pkgs/development/libraries/xapian/skip-flaky-darwin-test.patch4
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/libraries/xapian/default.nix b/pkgs/development/libraries/xapian/default.nix
index 971ab485221d..ef50bf31a367 100644
--- a/pkgs/development/libraries/xapian/default.nix
+++ b/pkgs/development/libraries/xapian/default.nix
@@ -30,12 +30,12 @@ let
 
     meta = with stdenv.lib; {
       description = "Search engine library";
-      homepage = https://xapian.org/;
+      homepage = "https://xapian.org/";
       license = licenses.gpl2Plus;
       maintainers = with maintainers; [ ];
       platforms = platforms.unix;
     };
   };
 in {
-  xapian_1_4 = generic "1.4.14" "0ja95vn0lkf6qkjhg2blkx306i10hg4fr8wlrhalmly93307lnlp";
+  xapian_1_4 = generic "1.4.15" "1sjhz6vgql801rdgl6vrsjj0vy1mwlkcxjx6nr7h27m031cyjs5i";
 }
diff --git a/pkgs/development/libraries/xapian/skip-flaky-darwin-test.patch b/pkgs/development/libraries/xapian/skip-flaky-darwin-test.patch
index cce96a2762bf..d763a2a2b434 100644
--- a/pkgs/development/libraries/xapian/skip-flaky-darwin-test.patch
+++ b/pkgs/development/libraries/xapian/skip-flaky-darwin-test.patch
@@ -6,9 +6,9 @@ diff -Naur xapian-core.old/tests/api_db.cc xapian-core.new/tests/api_db.cc
  // test for keepalives
  DEFINE_TESTCASE(keepalive1, remote) {
 +    SKIP_TEST("Fails in darwin nix build environment");
-     XFAIL_FOR_BACKEND("multi_glass_remoteprog_glass",
- 		      "Multi remote databases are currently buggy");
+     Xapian::Database db(get_remote_database("apitest_simpledata", 5000));
  
+     /* Test that keep-alives work */
 diff -Naur xapian-core.old/tests/api_scalability.cc xapian-core.new/tests/api_scalability.cc
 --- xapian-core.old/tests/api_scalability.cc
 +++ xapian-core.new/tests/api_scalability.cc