From 1e6e7d9ff66ce5b4781178e7bd8fa44434716e47 Mon Sep 17 00:00:00 2001 From: rewine Date: Sat, 28 Dec 2024 15:11:13 +0800 Subject: [PATCH] lucenepp: fix build with boost 1.85.0 --- pkgs/by-name/lu/lucenepp/package.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/by-name/lu/lucenepp/package.nix b/pkgs/by-name/lu/lucenepp/package.nix index 59e8a2828c352..5e9688571ce74 100644 --- a/pkgs/by-name/lu/lucenepp/package.nix +++ b/pkgs/by-name/lu/lucenepp/package.nix @@ -40,6 +40,11 @@ stdenv.mkDerivation rec { url = "https://github.com/luceneplusplus/LucenePlusPlus/commit/bc436842227aea561b68c6ae89fbd1fdefcac7b3.patch"; sha256 = "sha256-/S7tFZ4ht5p0cv036xF2NKZQwExbPaGINyWZiUg/lS4="; }) + (fetchpatch { + name = "fix-build-with-boost-1_85_0.patch"; + url = "https://github.com/luceneplusplus/LucenePlusPlus/commit/76dc90f2b65d81be018c499714ff11e121ba5585.patch"; + sha256 = "sha256-SNAngHwy7yxvly8d6u1LcPsM6NYVx3FrFiSHLmkqY6Q="; + }) ]; # Don't use the built in gtest - but the nixpkgs one requires C++14.