summary refs log tree commit diff
path: root/pkgs/development/libraries/kde-frameworks/kdesignerplugin.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-05-23 16:56:54 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2017-08-21 06:51:33 -0500
commit2978918f63c73e2703fbb438dcc88ef2db3fa398 (patch)
tree8c4cc2031949c14493151b8ff9155a86a54437d4 /pkgs/development/libraries/kde-frameworks/kdesignerplugin.nix
parentd0337b0874e530e87bf34fb1b90366400ae54c1b (diff)
downloadnixpkgs-2978918f63c73e2703fbb438dcc88ef2db3fa398.tar
nixpkgs-2978918f63c73e2703fbb438dcc88ef2db3fa398.tar.gz
nixpkgs-2978918f63c73e2703fbb438dcc88ef2db3fa398.tar.bz2
nixpkgs-2978918f63c73e2703fbb438dcc88ef2db3fa398.tar.lz
nixpkgs-2978918f63c73e2703fbb438dcc88ef2db3fa398.tar.xz
nixpkgs-2978918f63c73e2703fbb438dcc88ef2db3fa398.tar.zst
nixpkgs-2978918f63c73e2703fbb438dcc88ef2db3fa398.zip
kdesignerplugin: propagate qttools build input
Diffstat (limited to 'pkgs/development/libraries/kde-frameworks/kdesignerplugin.nix')
-rw-r--r--pkgs/development/libraries/kde-frameworks/kdesignerplugin.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/libraries/kde-frameworks/kdesignerplugin.nix b/pkgs/development/libraries/kde-frameworks/kdesignerplugin.nix
index 91b596cc4d3..8418863eabb 100644
--- a/pkgs/development/libraries/kde-frameworks/kdesignerplugin.nix
+++ b/pkgs/development/libraries/kde-frameworks/kdesignerplugin.nix
@@ -11,6 +11,7 @@ mkDerivation {
   nativeBuildInputs = [ extra-cmake-modules kdoctools ];
   buildInputs = [
     kcompletion kconfig kconfigwidgets kcoreaddons kiconthemes kio kitemviews
-    kplotting ktextwidgets kwidgetsaddons kxmlgui qttools sonnet
+    kplotting ktextwidgets kwidgetsaddons kxmlgui sonnet
   ];
+  propagatedBuildInputs = [ qttools ];
 }