Unverified Commit a709f647 authored by Vanilla's avatar Vanilla
Browse files

kotatogram-desktop.tg_owt: fix build

parent 9198f1d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30352,7 +30352,7 @@ with pkgs;
  kondo = callPackage ../applications/misc/kondo { };
  kotatogram-desktop = kdePackages.callPackage ../applications/networking/instant-messengers/telegram/kotatogram-desktop {
  kotatogram-desktop = libsForQt5.callPackage ../applications/networking/instant-messengers/telegram/kotatogram-desktop {
    stdenv = if stdenv.hostPlatform.isDarwin
      then overrideSDK stdenv "11.0"
      else stdenv;