summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Bantyev <balsoft@balsoft.ru>2023-01-21 08:50:35 +0400
committerGitHub <noreply@github.com>2023-01-21 08:50:35 +0400
commitcf6795e458c2935be657916528d6f74593455c19 (patch)
tree9014b2835c78ec31d034bb9573f214d18bf82ba4
parentad161ee67ce072cdef34d451031d6abebca8e93c (diff)
parentf83a8afc99364cf0085ae9764edbc611fd1a487f (diff)
Merge pull request #207606 from ilya-fedin/kotatogram-tg-owt-openssl-fix
kotatogram-desktop/tg_owt: supply right openssl version
-rw-r--r--pkgs/applications/networking/instant-messengers/telegram/kotatogram-desktop/tg_owt.nix4
1 files 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 7346d2071e76..bd2f9e4b3f5e 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
@@ -70,7 +70,7 @@ stdenv.mkDerivation {
propagatedBuildInputs = [
libjpeg
- openssl
+ openssl_1_1
libopus
ffmpeg_4
protobuf