summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/kde-frameworks/kdeclarative.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/kde-frameworks/kdeclarative.nix')
-rw-r--r--pkgs/development/libraries/kde-frameworks/kdeclarative.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/development/libraries/kde-frameworks/kdeclarative.nix b/pkgs/development/libraries/kde-frameworks/kdeclarative.nix
index 4b9522ffa5d3..7aabeb021545 100644
--- a/pkgs/development/libraries/kde-frameworks/kdeclarative.nix
+++ b/pkgs/development/libraries/kde-frameworks/kdeclarative.nix
@@ -8,8 +8,9 @@ mkDerivation {
name = "kdeclarative";
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
nativeBuildInputs = [ extra-cmake-modules ];
- propagatedBuildInputs = [
- epoxy kconfig kglobalaccel kguiaddons ki18n kiconthemes kio kpackage
- kwidgetsaddons kwindowsystem qtdeclarative
+ buildInputs = [
+ epoxy kglobalaccel kguiaddons ki18n kiconthemes kio kwidgetsaddons
+ kwindowsystem
];
+ propagatedBuildInputs = [ kconfig kpackage qtdeclarative ];
}