qt56.qtvirtualkeyboard: init at 5.6.3
This adds the "missing" qtvirtualkeyboard module of qt56. I just add this so I can apply (& test) the patches for a CVE in the next commit. This might seem strange but in case anyone decided to add / use this in the future we are on the safe(r) side.
This commit is contained in:
parent
66601282cc
commit
295a210a23
|
@ -110,6 +110,7 @@ let
|
||||||
/* qtwinextras = not packaged */
|
/* qtwinextras = not packaged */
|
||||||
qtx11extras = callPackage ../modules/qtx11extras.nix {};
|
qtx11extras = callPackage ../modules/qtx11extras.nix {};
|
||||||
qtxmlpatterns = callPackage ../modules/qtxmlpatterns.nix {};
|
qtxmlpatterns = callPackage ../modules/qtxmlpatterns.nix {};
|
||||||
|
qtvirtualkeyboard = callPackage ../modules/qtvirtualkeyboard.nix {};
|
||||||
|
|
||||||
env = callPackage ../qt-env.nix {};
|
env = callPackage ../qt-env.nix {};
|
||||||
full = env "qt-full-${qtbase.version}" [
|
full = env "qt-full-${qtbase.version}" [
|
||||||
|
|
Loading…
Reference in New Issue