pplatex: fix build with cmake>=4

This commit is contained in:
Doron Behar
2025-10-15 15:11:17 +03:00
parent a1e78df650
commit 50a1fd28a3
+4
View File
@@ -22,6 +22,10 @@ stdenv.mkDerivation (finalAttrs: {
cmake
pkg-config
];
cmakeFlags = [
# https://github.com/NixOS/nixpkgs/issues/445447
(lib.cmakeFeature "CMAKE_POLICY_VERSION_MINIMUM" "3.5")
];
buildInputs = [
pcre