telegram-desktop: move {qt,k}imageformats to wrapper

they aren't needed on build-time
This commit is contained in:
Tom van Dijk
2025-06-11 01:16:26 +05:30
committed by Masum Reza
parent bf18879f05
commit f824d91fdf
2 changed files with 2 additions and 4 deletions
@@ -8,6 +8,7 @@
qtimageformats,
qtsvg,
qtwayland,
kimageformats,
wrapGAppsHook3,
wrapQtAppsHook,
glib-networking,
@@ -33,6 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
qtbase
qtimageformats
qtsvg
kimageformats
]
++ lib.optionals stdenv.hostPlatform.isLinux [
qtwayland
@@ -10,9 +10,7 @@
python3,
tdlib,
tg_owt ? callPackage ./tg_owt.nix { inherit stdenv; },
kimageformats,
qtbase,
qtimageformats,
qtsvg,
qtwayland,
kcoreaddons,
@@ -83,7 +81,6 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs =
[
qtbase
qtimageformats
qtsvg
lz4
xxHash
@@ -99,7 +96,6 @@ stdenv.mkDerivation (finalAttrs: {
boost
ada
(tdlib.override { tde2eOnly = true; })
kimageformats
]
++ lib.optionals stdenv.hostPlatform.isLinux [
protobuf