From 7cf24465b2e971b2e7ea797a9654ad0205213765 Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Fri, 14 Jan 2022 13:05:18 +0100 Subject: [PATCH] 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. --- pkgs/applications/misc/xiphos/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/applications/misc/xiphos/default.nix b/pkgs/applications/misc/xiphos/default.nix index 5308e8ddad8a..38349777edba 100644 --- a/pkgs/applications/misc/xiphos/default.nix +++ b/pkgs/applications/misc/xiphos/default.nix @@ -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}; '';