Skip to content

Commit 1fc3696

Browse files
sternenseemannalyssais
authored andcommitted
public-inbox: use Xapian over SearchXapian
SearchXapian no longer builds with / supports (?) the xapian 1.4 version we are shipping in nixpkgs.
1 parent 0746608 commit 1fc3696

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/servers/mail/public-inbox/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
Plack,
3939
PlackMiddlewareReverseProxy,
4040
PlackTestExternalServer,
41-
SearchXapian,
41+
Xapian,
4242
TestSimple13,
4343
TimeDate,
4444
URI,
@@ -128,7 +128,7 @@ buildPerlPackage rec {
128128
ParseRecDescent
129129
Plack
130130
PlackMiddlewareReverseProxy
131-
SearchXapian
131+
Xapian
132132
TimeDate
133133
URI
134134
libgit2 # For Gcf2

0 commit comments

Comments
 (0)