From cc6100fee5028096d6704d4765f9b4c6ab5389eb Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Wed, 30 Oct 2024 13:00:01 +0400 Subject: [PATCH] telegram-desktop.tg_owt: remove cmake flags set to default values --- .../instant-messengers/telegram/telegram-desktop/tg_owt.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/tg_owt.nix b/pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/tg_owt.nix index 425b82f15d9b..ac4adb4fc24a 100644 --- a/pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/tg_owt.nix +++ b/pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/tg_owt.nix @@ -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 = {