Unverified Commit 0f991083 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

linphone: disable automatic update check (#503473)

parents 074df301 fbbadc38
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*'