about summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-5
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2019-01-31 00:21:51 +0100
committerAndreas Rammhold <andreas@rammhold.de>2019-01-31 00:21:51 +0100
commit295a210a23b23e165dc2a6f1f845f550ce3a2c74 (patch)
treefe0ddde78a420d01b114a9b4119a4c607141dda5 /pkgs/development/libraries/qt-5
parent66601282cca987bb23a8eac95aac0c1e4d3c9e2f (diff)
downloadnixlib-295a210a23b23e165dc2a6f1f845f550ce3a2c74.tar
nixlib-295a210a23b23e165dc2a6f1f845f550ce3a2c74.tar.gz
nixlib-295a210a23b23e165dc2a6f1f845f550ce3a2c74.tar.bz2
nixlib-295a210a23b23e165dc2a6f1f845f550ce3a2c74.tar.lz
nixlib-295a210a23b23e165dc2a6f1f845f550ce3a2c74.tar.xz
nixlib-295a210a23b23e165dc2a6f1f845f550ce3a2c74.tar.zst
nixlib-295a210a23b23e165dc2a6f1f845f550ce3a2c74.zip
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.
Diffstat (limited to 'pkgs/development/libraries/qt-5')
-rw-r--r--pkgs/development/libraries/qt-5/5.6/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/qt-5/5.6/default.nix b/pkgs/development/libraries/qt-5/5.6/default.nix
index 9391999f1e90..846ec941b798 100644
--- a/pkgs/development/libraries/qt-5/5.6/default.nix
+++ b/pkgs/development/libraries/qt-5/5.6/default.nix
@@ -110,6 +110,7 @@ let
       /* qtwinextras = not packaged */
       qtx11extras = callPackage ../modules/qtx11extras.nix {};
       qtxmlpatterns = callPackage ../modules/qtxmlpatterns.nix {};
+      qtvirtualkeyboard = callPackage ../modules/qtvirtualkeyboard.nix {};
 
       env = callPackage ../qt-env.nix {};
       full = env "qt-full-${qtbase.version}" [