Commit cc6100fe authored by Ilya Fedin's avatar Ilya Fedin
Browse files

telegram-desktop.tg_owt: remove cmake flags set to default values

parent d33abd9e
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -113,11 +113,6 @@ stdenv.mkDerivation {
    libvpx
  ];

  cmakeFlags = [
    # Building as a shared library isn't officially supported and may break at any time.
    (lib.cmakeBool "BUILD_SHARED_LIBS" false)
  ];

  passthru.updateScript = unstableGitUpdater { };

  meta = {