mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
kwin: add qtquickcontrols2 and qtvirtualkeyboard inputs
This commit is contained in:
parent
cb44493a5d
commit
59e5dc4cb5
@ -5,13 +5,14 @@
|
||||
epoxy,libICE, libSM, libinput, libxkbcommon, udev, wayland, xcb-util-cursor,
|
||||
xwayland,
|
||||
|
||||
qtdeclarative, qtmultimedia, qtscript, qtx11extras,
|
||||
qtdeclarative, qtmultimedia, qtquickcontrols2, qtscript, qtsensors,
|
||||
qtvirtualkeyboard, qtx11extras,
|
||||
|
||||
breeze-qt5, kactivities, kcompletion, kcmutils, kconfig, kconfigwidgets,
|
||||
kcoreaddons, kcrash, kdeclarative, kdecoration, kglobalaccel, ki18n,
|
||||
kiconthemes, kidletime, kinit, kio, knewstuff, knotifications, kpackage,
|
||||
kscreenlocker, kservice, kwayland, kwidgetsaddons, kwindowsystem, kxmlgui,
|
||||
plasma-framework, qtsensors, libcap, libdrm, mesa
|
||||
plasma-framework, libcap, libdrm, mesa
|
||||
}:
|
||||
|
||||
# TODO (ttuegel): investigate qmlplugindump failure
|
||||
@ -23,7 +24,8 @@ mkDerivation {
|
||||
epoxy libICE libSM libinput libxkbcommon udev wayland xcb-util-cursor
|
||||
xwayland
|
||||
|
||||
qtdeclarative qtmultimedia qtscript qtx11extras qtsensors
|
||||
qtdeclarative qtmultimedia qtquickcontrols2 qtscript qtsensors
|
||||
qtvirtualkeyboard qtx11extras
|
||||
|
||||
breeze-qt5 kactivities kcmutils kcompletion kconfig kconfigwidgets
|
||||
kcoreaddons kcrash kdeclarative kdecoration kglobalaccel ki18n kiconthemes
|
||||
|
Loading…
Reference in New Issue
Block a user