gammu: fix build with cmake4

This commit is contained in:
Martin Weinelt
2025-10-08 01:42:02 +02:00
parent 48b32fb7fb
commit d367f810f5
+5
View File
@@ -44,6 +44,11 @@ stdenv.mkDerivation rec {
cmake
];
cmakeFlags = [
# Fix build with CMake 4
(lib.cmakeFeature "CMAKE_POLICY_VERSION_MINIMUM" "3.10")
];
strictDeps = true;
buildInputs = [