linphone: disable automatic update check (#503473)

This commit is contained in:
Pol Dellaiera
2026-03-25 19:56:53 +00:00
committed by GitHub
@@ -123,6 +123,9 @@ stdenv.mkDerivation (finalAttrs: {
# used in Linphone's CMakeLists.txt
"-DLINPHONEAPP_VERSION=${finalAttrs.version}"
# Disable update check
"-DENABLE_UPDATE_CHECK=OFF"
];
# error: invalid conversion from 'int' to 'const char*'