cutegram: add missing qtwebkit dependency
This commit is contained in:
parent
e281e59711
commit
93f47559b2
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchgit
|
{ stdenv, fetchgit
|
||||||
, qtbase, qtmultimedia, qtquick1, qtquickcontrols
|
, qtbase, qtmultimedia, qtquick1, qtquickcontrols
|
||||||
, qtimageformats, qtgraphicaleffects
|
, qtimageformats, qtgraphicaleffects, qtwebkit
|
||||||
, telegram-qml, libqtelegram-aseman-edition
|
, telegram-qml, libqtelegram-aseman-edition
|
||||||
, gst_all_1
|
, gst_all_1
|
||||||
, makeQtWrapper, qmakeHook }:
|
, makeQtWrapper, qmakeHook }:
|
||||||
@ -16,8 +16,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ qtbase qtmultimedia qtquick1 qtquickcontrols
|
[ qtbase qtmultimedia qtquick1 qtquickcontrols
|
||||||
qtimageformats qtgraphicaleffects
|
qtimageformats qtgraphicaleffects qtwebkit
|
||||||
telegram-qml libqtelegram-aseman-edition
|
telegram-qml libqtelegram-aseman-edition
|
||||||
] ++ (with gst_all_1; [ gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly ]);
|
] ++ (with gst_all_1; [ gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly ]);
|
||||||
|
|
||||||
nativeBuildInputs = [ makeQtWrapper qmakeHook ];
|
nativeBuildInputs = [ makeQtWrapper qmakeHook ];
|
||||||
@ -36,7 +36,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ profpatsch AndersonTorres ];
|
maintainers = with maintainers; [ profpatsch AndersonTorres ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
broken = true;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
#TODO: appindicator, for system tray plugin (by @profpatsch)
|
#TODO: appindicator, for system tray plugin (by @profpatsch)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user