gammu: fix build with cmake4 (#449714)

This commit is contained in:
Martin Weinelt
2025-10-07 23:52:34 +00:00
committed by GitHub
+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 = [