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:
parent
961c73a78c
commit
db937b9d60
@ -98,10 +98,11 @@ let
|
|||||||
|
|
||||||
env = callPackage ../qt-env.nix {};
|
env = callPackage ../qt-env.nix {};
|
||||||
full = env "qt-${qtbase.version}" [
|
full = env "qt-${qtbase.version}" [
|
||||||
qtconnectivity qtdeclarative qtdoc qtgraphicaleffects
|
qtconnectivity qtdeclarative qtdoc qtgraphicaleffects qtimageformats
|
||||||
qtimageformats qtlocation qtmultimedia qtquickcontrols qtscript
|
qtlocation qtmultimedia qtquickcontrols qtquickcontrols2 qtscript
|
||||||
qtsensors qtserialport qtsvg qttools qttranslations qtwayland
|
qtsensors qtserialport qtsvg qttools qttranslations qtwayland
|
||||||
qtwebsockets qtx11extras qtxmlpatterns
|
qtwebchannel qtwebengine qtwebkit qtwebsockets qtx11extras
|
||||||
|
qtxmlpatterns
|
||||||
];
|
];
|
||||||
|
|
||||||
makeQtWrapper =
|
makeQtWrapper =
|
||||||
|
Loading…
Reference in New Issue
Block a user