From f83a8afc99364cf0085ae9764edbc611fd1a487f Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Sat, 24 Dec 2022 22:40:48 +0400 Subject: kotatogram-desktop/tg_owt: supply right openssl version tg_owt doesn't really support openssl 3.x yet, video/voice chats don't work --- .../instant-messengers/telegram/kotatogram-desktop/tg_owt.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/instant-messengers/telegram/kotatogram-desktop/tg_owt.nix b/pkgs/applications/networking/instant-messengers/telegram/kotatogram-desktop/tg_owt.nix index e171622616ae..e35a73798529 100644 --- a/pkgs/applications/networking/instant-messengers/telegram/kotatogram-desktop/tg_owt.nix +++ b/pkgs/applications/networking/instant-messengers/telegram/kotatogram-desktop/tg_owt.nix @@ -6,7 +6,7 @@ , ninja , yasm , libjpeg -, openssl +, openssl_1_1 , libopus , ffmpeg_4 , protobuf @@ -75,7 +75,7 @@ stdenv.mkDerivation { propagatedBuildInputs = [ libjpeg - openssl + openssl_1_1 libopus ffmpeg_4 protobuf -- cgit v1.2.3