From 2dca56a3a559fff5086445c4ad01c34c89e7e17e Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Sun, 25 Apr 2021 06:27:06 -0500 Subject: [PATCH] kdeconnect-kde: add qtquickcontrols2 to buildInputs --- pkgs/applications/kde/kdeconnect-kde.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/kde/kdeconnect-kde.nix b/pkgs/applications/kde/kdeconnect-kde.nix index 8c7b2b635c0..b0cad0753f1 100644 --- a/pkgs/applications/kde/kdeconnect-kde.nix +++ b/pkgs/applications/kde/kdeconnect-kde.nix @@ -21,6 +21,7 @@ , qca-qt5 , qtgraphicaleffects , qtmultimedia +, qtquickcontrols2 , qtx11extras , sshfs }: @@ -46,6 +47,7 @@ mkDerivation { qca-qt5 qtgraphicaleffects qtmultimedia + qtquickcontrols2 qtx11extras ];