From ba638a2261a03efcdcae9583c315c291adc7dd9a Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Fri, 14 Mar 2025 12:37:33 +0400 Subject: [PATCH] kotatogram-desktop.tg_owt: fix build --- .../instant-messengers/telegram/kotatogram-desktop/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/instant-messengers/telegram/kotatogram-desktop/default.nix b/pkgs/applications/networking/instant-messengers/telegram/kotatogram-desktop/default.nix index 36b350daf944..06b283a60766 100644 --- a/pkgs/applications/networking/instant-messengers/telegram/kotatogram-desktop/default.nix +++ b/pkgs/applications/networking/instant-messengers/telegram/kotatogram-desktop/default.nix @@ -22,7 +22,7 @@ let fetchSubmodules = true; }; - patches = (oldAttrs.patches or [ ]) ++ [ + patches = [ (fetchpatch { url = "https://webrtc.googlesource.com/src/+/e7d10047096880feb5e9846375f2da54aef91202%5E%21/?format=TEXT"; decode = "base64 -d";