Skip to content

Commit

Permalink
lucenepp: fix build with boost 1.85.0 (#368744)
Browse files Browse the repository at this point in the history
  • Loading branch information
wineee authored Dec 29, 2024
2 parents 140efc0 + 1e6e7d9 commit 8d57281
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/by-name/lu/lucenepp/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8d57281

Please sign in to comment.