summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-04-28 12:56:15 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-04-30 12:20:39 -0500
commit27aca6670ced3e488977bd64f75b4803af058f91 (patch)
treec44258df9cb24725885e0658bbb69314105569f9 /pkgs/desktops
parentbb74e9afa59e59be069f24f4fdfff79c42f8eefe (diff)
downloadnixlib-27aca6670ced3e488977bd64f75b4803af058f91.tar
nixlib-27aca6670ced3e488977bd64f75b4803af058f91.tar.gz
nixlib-27aca6670ced3e488977bd64f75b4803af058f91.tar.bz2
nixlib-27aca6670ced3e488977bd64f75b4803af058f91.tar.lz
nixlib-27aca6670ced3e488977bd64f75b4803af058f91.tar.xz
nixlib-27aca6670ced3e488977bd64f75b4803af058f91.tar.zst
nixlib-27aca6670ced3e488977bd64f75b4803af058f91.zip
kde5.kwayland: propagate all buildInputs
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/kde-5/plasma-5.6/kwayland.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/kde-5/plasma-5.6/kwayland.nix b/pkgs/desktops/kde-5/plasma-5.6/kwayland.nix
index e4d6eb631f95..3c2788237fc8 100644
--- a/pkgs/desktops/kde-5/plasma-5.6/kwayland.nix
+++ b/pkgs/desktops/kde-5/plasma-5.6/kwayland.nix
@@ -8,7 +8,7 @@ plasmaPackage {
   nativeBuildInputs = [
     extra-cmake-modules
   ];
-  buildInputs = [
+  propagatedBuildInputs = [
     wayland
   ];
 }