kotatogram-desktop: build without kimageformats

This commit is contained in:
K900
2025-08-30 12:51:47 +03:00
parent fd434e8dfc
commit 8343919d40
@@ -13,7 +13,11 @@
}:
let
telegram-desktop = libsForQt5.callPackage ../telegram-desktop { inherit stdenv; };
telegram-desktop = libsForQt5.callPackage ../telegram-desktop {
inherit stdenv;
# N/A on Qt5
kimageformats = null;
};
version = "1.4.9";
tg_owt = telegram-desktop.tg_owt.overrideAttrs (oldAttrs: {
version = "0-unstable-2024-06-15";