Commit fbbadc38 authored by David Wronek's avatar David Wronek
Browse files

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: default avatarDavid Wronek <david.wronek@mainlining.org>
parent 6c9a78c0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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*'