From 7be965b73d24b0ae148251563e693ee30d7cedbc Mon Sep 17 00:00:00 2001 From: K900 Date: Sat, 8 Jul 2023 11:53:29 +0300 Subject: [PATCH 1/2] kwin: remove unused input --- pkgs/desktops/plasma-5/kwin/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/desktops/plasma-5/kwin/default.nix b/pkgs/desktops/plasma-5/kwin/default.nix index 2334604903fe..68e128569fec 100644 --- a/pkgs/desktops/plasma-5/kwin/default.nix +++ b/pkgs/desktops/plasma-5/kwin/default.nix @@ -55,7 +55,6 @@ , kxmlgui , plasma-framework , libqaccessibilityclient -, python3 }: # TODO (ttuegel): investigate qmlplugindump failure From 74480733913ba7e1fc2b738ed1a772ae4a93dea9 Mon Sep 17 00:00:00 2001 From: K900 Date: Sat, 8 Jul 2023 11:53:40 +0300 Subject: [PATCH 2/2] plasma-framework: propagate kirigami2 It's a dependency for all the QML bits. --- .../development/libraries/kde-frameworks/plasma-framework.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/kde-frameworks/plasma-framework.nix b/pkgs/development/libraries/kde-frameworks/plasma-framework.nix index cf118beaabce..3d1e6bfb23d4 100644 --- a/pkgs/development/libraries/kde-frameworks/plasma-framework.nix +++ b/pkgs/development/libraries/kde-frameworks/plasma-framework.nix @@ -13,8 +13,8 @@ mkDerivation { buildInputs = [ kactivities karchive kconfig kconfigwidgets kcoreaddons kdbusaddons kdeclarative kglobalaccel kguiaddons ki18n kiconthemes kio knotifications - kwayland kwindowsystem kxmlgui qtdeclarative qtscript qtx11extras kirigami2 + kwayland kwindowsystem kxmlgui qtdeclarative qtscript qtx11extras qtquickcontrols2 ]; - propagatedBuildInputs = [ kpackage kservice qtbase ]; + propagatedBuildInputs = [ kpackage kservice qtbase kirigami2 ]; }