Skip to content

Commit

Permalink
xapian: 1.4.4 -> 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Dec 18, 2017
1 parent afe9649 commit d145be9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion pkgs/development/libraries/xapian/default.nix
Expand Up @@ -14,8 +14,11 @@ let
outputs = [ "out" "man" "doc" ];

buildInputs = [ libuuid zlib ];

nativeBuildInputs = [ autoreconfHook ];

enableParallelBuilding = true;

doCheck = true;

# the configure script thinks that Darwin has ___exp10
Expand All @@ -36,5 +39,5 @@ let
in {
# xapian-ruby needs 1.2.22 as of 2017-05-06
xapian_1_2_22 = generic "1.2.22" "0zsji22n0s7cdnbgj0kpil05a6bgm5cfv0mvx12d8ydg7z58g6r6";
xapian_1_4_4 = generic "1.4.4" "1n9j2w2as0flih3hgim7gprfxsx6gimijs91rxsjsi8shjlqbad6";
xapian_1_4_5 = generic "1.4.5" "0axhqrj202hbll9mcx1qdm8gsqj19216w3z02gyjbycxvr9gkdc5";
}
4 changes: 2 additions & 2 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -11154,8 +11154,8 @@ with pkgs;
x265 = callPackage ../development/libraries/x265 { };

inherit (callPackages ../development/libraries/xapian { })
xapian_1_2_22 xapian_1_4_4;
xapian = xapian_1_4_4;
xapian_1_2_22 xapian_1_4_5;
xapian = xapian_1_4_5;

xapian-omega = callPackage ../development/libraries/xapian/tools/omega {
libmagic = file;
Expand Down

0 comments on commit d145be9

Please sign in to comment.