Skip to content

Commit c5ac355

Browse files
authored
kotatogram-desktop.tg_owt: fix build (#389762)
2 parents 0d8f579 + ba638a2 commit c5ac355

File tree

1 file changed

+1
-1
lines changed
  • pkgs/applications/networking/instant-messengers/telegram/kotatogram-desktop

1 file changed

+1
-1
lines changed

pkgs/applications/networking/instant-messengers/telegram/kotatogram-desktop/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ let
2222
fetchSubmodules = true;
2323
};
2424

25-
patches = (oldAttrs.patches or [ ]) ++ [
25+
patches = [
2626
(fetchpatch {
2727
url = "https://webrtc.googlesource.com/src/+/e7d10047096880feb5e9846375f2da54aef91202%5E%21/?format=TEXT";
2828
decode = "base64 -d";

0 commit comments

Comments
 (0)