kotatogram-desktop: drop kcoreaddons5 dependency

This commit is contained in:
K900
2026-05-08 09:30:31 +03:00
parent e9296a6f14
commit ea73459c6d
@@ -17,6 +17,10 @@ let
inherit stdenv;
# N/A on Qt5
kimageformats = null;
unwrapped = libsForQt5.callPackage ../telegram-desktop/unwrapped.nix {
inherit stdenv;
kcoreaddons = null;
};
};
version = "1.4.9";
tg_owt = telegram-desktop.tg_owt.overrideAttrs (oldAttrs: {