krunner: remove qtquick1 input

This commit is contained in:
Thomas Tuegel 2016-05-10 20:08:37 -05:00
parent 62c2fcee74
commit b98d8b0a52

View file

@ -1,5 +1,5 @@
{ kdeFramework, lib, extra-cmake-modules, kconfig, kcoreaddons { kdeFramework, lib, extra-cmake-modules, kconfig, kcoreaddons
, ki18n, kio, kservice, plasma-framework, qtquick1, solid , ki18n, kio, kservice, plasma-framework, solid
, threadweaver , threadweaver
}: }:
@ -8,7 +8,7 @@ kdeFramework {
meta = { maintainers = [ lib.maintainers.ttuegel ]; }; meta = { maintainers = [ lib.maintainers.ttuegel ]; };
nativeBuildInputs = [ extra-cmake-modules ]; nativeBuildInputs = [ extra-cmake-modules ];
propagatedBuildInputs = [ propagatedBuildInputs = [
kconfig kcoreaddons ki18n kio kservice plasma-framework qtquick1 solid kconfig kcoreaddons ki18n kio kservice plasma-framework solid
threadweaver threadweaver
]; ];
} }