lucenepp: fix build with cmake4 (#450620)

This commit is contained in:
Leona Maroni
2025-10-10 09:27:50 +00:00
committed by GitHub
+5
View File
@@ -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.