From 297a5a5c71a7edbb28aa5484a7bedef9ce716c35 Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Tue, 21 Feb 2023 18:15:43 -0500 Subject: [PATCH] plasma-sdk: Fix plasmoidviewer ``` file://.../org.kde.plasma.plasmoidviewershell/contents/configuration/AppletConfiguration.qml:16:1: module "org.kde.kitemmodels" is not installed ``` --- pkgs/desktops/plasma-5/plasma-sdk.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/desktops/plasma-5/plasma-sdk.nix b/pkgs/desktops/plasma-5/plasma-sdk.nix index 8ab2d635b28..58fac85690d 100644 --- a/pkgs/desktops/plasma-5/plasma-sdk.nix +++ b/pkgs/desktops/plasma-5/plasma-sdk.nix @@ -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