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

This commit is contained in:
Ilya Fedin
2024-11-02 21:53:12 +04:00
parent d33abd9e24
commit cc6100fee5
@@ -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 = {