qt56.full: add missing modules

qtquickcontrols2, qtwebkit.

Added in the same order as the modules are listed in default.nix (and
then reformatted the block).

(The qt55 expression already has all modules in *full.)
This commit is contained in:
Bjørn Forsman 2017-03-07 20:59:39 +01:00
parent cbf87bc2b2
commit 961c73a78c

View File

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