linphone: disable automatic update check

Gets rid of the "failed to check for update" message upon application
launch. Nixpkgs is usually quite quick with updates and auto updates are
probably not even working on a nix system.

Signed-off-by: David Wronek <david.wronek@mainlining.org>
This commit is contained in:
David Wronek
2026-03-25 20:07:49 +01:00
parent 6c9a78c09f
commit fbbadc3885
@@ -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*'