plasma-sdk: Fix plasmoidviewer

```
file://.../org.kde.plasma.plasmoidviewershell/contents/configuration/AppletConfiguration.qml:16:1:
    module "org.kde.kitemmodels" is not installed
```
This commit is contained in:
Samuel Dionne-Riel 2023-02-21 18:15:43 -05:00
parent d0d5525908
commit 297a5a5c71

View file

@ -11,6 +11,7 @@
, ki18n
, kiconthemes
, kio
, kitemmodels
, plasma-framework
, kservice
, ktexteditor
@ -33,6 +34,7 @@ mkDerivation {
ki18n
kiconthemes
kio
kitemmodels
plasma-framework
kservice
ktexteditor