summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-04-28 10:46:55 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-04-30 12:20:14 -0500
commit068bbfa22dd063eb9e2fdaa4170d0fd3a2a55322 (patch)
treee8cd1a1cf3d4255f97cbe6cb8816a7ede58b8c52 /pkgs/desktops
parentff87134c912ce1aecf08646d8d39635d5f429bd0 (diff)
downloadnixpkgs-068bbfa22dd063eb9e2fdaa4170d0fd3a2a55322.tar
nixpkgs-068bbfa22dd063eb9e2fdaa4170d0fd3a2a55322.tar.gz
nixpkgs-068bbfa22dd063eb9e2fdaa4170d0fd3a2a55322.tar.bz2
nixpkgs-068bbfa22dd063eb9e2fdaa4170d0fd3a2a55322.tar.lz
nixpkgs-068bbfa22dd063eb9e2fdaa4170d0fd3a2a55322.tar.xz
nixpkgs-068bbfa22dd063eb9e2fdaa4170d0fd3a2a55322.tar.zst
nixpkgs-068bbfa22dd063eb9e2fdaa4170d0fd3a2a55322.zip
kde5.bluez-qt: propagate all buildInputs
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/kde-5/frameworks-5.21/bluez-qt.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/kde-5/frameworks-5.21/bluez-qt.nix b/pkgs/desktops/kde-5/frameworks-5.21/bluez-qt.nix
index f981b0516f7..26490167dbd 100644
--- a/pkgs/desktops/kde-5/frameworks-5.21/bluez-qt.nix
+++ b/pkgs/desktops/kde-5/frameworks-5.21/bluez-qt.nix
@@ -6,7 +6,7 @@
 kdeFramework {
   name = "bluez-qt";
   nativeBuildInputs = [ extra-cmake-modules ];
-  buildInputs = [ qtdeclarative ];
+  propagatedBuildInputs = [ qtdeclarative ];
   preConfigure = ''
     substituteInPlace CMakeLists.txt \
       --replace /lib/udev/rules.d "$out/lib/udev/rules.d"