xiphos: drop lucene

This is supposedly not used since 4.1.0 according to its release notes
https://github.com/crosswire/xiphos/releases/tag/4.1.0
but I do not see a commit removing it and lucene is still mentioned
throughout the interface.

But there is no closure change.
This commit is contained in:
Jan Tojnar 2022-01-14 13:05:18 +01:00
parent 569eea8ec1
commit 7cf24465b2

View File

@ -6,7 +6,6 @@
, at-spi2-core
, biblesync
, brotli
, clucene_core
, cmake
, dbus
, dbus-glib
@ -85,7 +84,6 @@ stdenv.mkDerivation rec {
at-spi2-core
biblesync
brotli
clucene_core
dbus
dbus-glib
docbook2x
@ -132,7 +130,6 @@ stdenv.mkDerivation rec {
# The build script won't continue without the version saved locally.
echo "${version}" > cmake/source_version.txt
export CLUCENE_HOME=${clucene_core};
export SWORD_HOME=${sword};
'';