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:
@@ -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*'
|
||||
|
||||
Reference in New Issue
Block a user