Commit ace70f5b authored by rewine's avatar rewine
Browse files

lucenepp: fix build with cmake4

parent 27655f0a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -48,6 +48,11 @@ stdenv.mkDerivation rec {
      url = "https://github.com/luceneplusplus/LucenePlusPlus/commit/e6a376836e5c891577eae6369263152106b9bc02.patch";
      hash = "sha256-0mdVvrS0nTxSJXRzVdx2Zb/vm9aVxGfARG/QliRx7tA=";
    })
    (fetchpatch {
      name = "Bump-minimum-required-cmake-version-to-3_10.patch";
      url = "https://github.com/luceneplusplus/LucenePlusPlus/commit/2857419531c45e542afdc52001a65733f4f9b128.patch";
      hash = "sha256-qgXnDhJIa32vlw3MRLbOWsBMj67d9n+ZFLn+yHpU9Hk=";
    })
  ];

  # Don't use the built in gtest - but the nixpkgs one requires C++14.