qt57.full: add missing modules

qtquickcontrols2, qtwebchannel, qtwebengine, qtwebkit.

Added in the same order as the modules are listed in default.nix (and
then reformatted the block).
This commit is contained in:
Bjørn Forsman 2017-03-07 20:54:24 +01:00
parent 961c73a78c
commit db937b9d60

View File

@ -98,10 +98,11 @@ let
env = callPackage ../qt-env.nix {};
full = env "qt-${qtbase.version}" [
qtconnectivity qtdeclarative qtdoc qtgraphicaleffects
qtimageformats qtlocation qtmultimedia qtquickcontrols qtscript
qtconnectivity qtdeclarative qtdoc qtgraphicaleffects qtimageformats
qtlocation qtmultimedia qtquickcontrols qtquickcontrols2 qtscript
qtsensors qtserialport qtsvg qttools qttranslations qtwayland
qtwebsockets qtx11extras qtxmlpatterns
qtwebchannel qtwebengine qtwebkit qtwebsockets qtx11extras
qtxmlpatterns
];
makeQtWrapper =