Skip to content

Commit f824d91

Browse files
dtomvanJohnRTitor
authored andcommitted
telegram-desktop: move {qt,k}imageformats to wrapper
they aren't needed on build-time
1 parent bf18879 commit f824d91

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
qtimageformats,
99
qtsvg,
1010
qtwayland,
11+
kimageformats,
1112
wrapGAppsHook3,
1213
wrapQtAppsHook,
1314
glib-networking,
@@ -33,6 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
3334
qtbase
3435
qtimageformats
3536
qtsvg
37+
kimageformats
3638
]
3739
++ lib.optionals stdenv.hostPlatform.isLinux [
3840
qtwayland

pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/unwrapped.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010
python3,
1111
tdlib,
1212
tg_owt ? callPackage ./tg_owt.nix { inherit stdenv; },
13-
kimageformats,
1413
qtbase,
15-
qtimageformats,
1614
qtsvg,
1715
qtwayland,
1816
kcoreaddons,
@@ -83,7 +81,6 @@ stdenv.mkDerivation (finalAttrs: {
8381
buildInputs =
8482
[
8583
qtbase
86-
qtimageformats
8784
qtsvg
8885
lz4
8986
xxHash
@@ -99,7 +96,6 @@ stdenv.mkDerivation (finalAttrs: {
9996
boost
10097
ada
10198
(tdlib.override { tde2eOnly = true; })
102-
kimageformats
10399
]
104100
++ lib.optionals stdenv.hostPlatform.isLinux [
105101
protobuf

0 commit comments

Comments
 (0)