From b98d8b0a52cc8347c2435bff7e6af94827f7798a Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Tue, 10 May 2016 20:08:37 -0500 Subject: [PATCH] krunner: remove qtquick1 input --- pkgs/desktops/kde-5/frameworks-5.21/krunner.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/desktops/kde-5/frameworks-5.21/krunner.nix b/pkgs/desktops/kde-5/frameworks-5.21/krunner.nix index f07a0c31c29..ec9ab7abe9f 100644 --- a/pkgs/desktops/kde-5/frameworks-5.21/krunner.nix +++ b/pkgs/desktops/kde-5/frameworks-5.21/krunner.nix @@ -1,5 +1,5 @@ { kdeFramework, lib, extra-cmake-modules, kconfig, kcoreaddons -, ki18n, kio, kservice, plasma-framework, qtquick1, solid +, ki18n, kio, kservice, plasma-framework, solid , threadweaver }: @@ -8,7 +8,7 @@ kdeFramework { meta = { maintainers = [ lib.maintainers.ttuegel ]; }; nativeBuildInputs = [ extra-cmake-modules ]; propagatedBuildInputs = [ - kconfig kcoreaddons ki18n kio kservice plasma-framework qtquick1 solid + kconfig kcoreaddons ki18n kio kservice plasma-framework solid threadweaver ]; }