summaryrefslogtreecommitdiffstats
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-05-10 20:08:37 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-05-10 20:08:37 -0500
commitb98d8b0a52cc8347c2435bff7e6af94827f7798a (patch)
treec71021272257aaf50d8f0d68b60e0cd29383909e /pkgs/desktops
parent62c2fcee746aaa075833809a79fd28df13db5f46 (diff)
krunner: remove qtquick1 input
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/kde-5/frameworks-5.21/krunner.nix4
1 files 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 f07a0c31c296..ec9ab7abe9f9 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
];
}