telegram-desktop: move {qt,k}imageformats to wrapper
they aren't needed on build-time
This commit is contained in:
@@ -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
|
||||
|
||||
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user