Unverified Commit 8d57281b authored by rewine's avatar rewine Committed by GitHub
Browse files

lucenepp: fix build with boost 1.85.0 (#368744)

parents 140efc0c 1e6e7d9f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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.