kotatogram-desktop: switch to qt5 build (#350831)

This commit is contained in:
Aleksana 2024-10-28 23:08:16 +08:00 committed by GitHub
commit a1c79e301f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30258,7 +30258,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;