summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-04-28 12:57:28 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-04-30 12:20:40 -0500
commit56dd0c254187b07a4c548123a342ef4ccf7a5ee8 (patch)
tree023ed6325092c4576d30f8c1a3fad0fc7e340457 /pkgs/desktops
parent0dc8b5f32c8e533d62fe686e81042694496afa89 (diff)
downloadnixlib-56dd0c254187b07a4c548123a342ef4ccf7a5ee8.tar
nixlib-56dd0c254187b07a4c548123a342ef4ccf7a5ee8.tar.gz
nixlib-56dd0c254187b07a4c548123a342ef4ccf7a5ee8.tar.bz2
nixlib-56dd0c254187b07a4c548123a342ef4ccf7a5ee8.tar.lz
nixlib-56dd0c254187b07a4c548123a342ef4ccf7a5ee8.tar.xz
nixlib-56dd0c254187b07a4c548123a342ef4ccf7a5ee8.tar.zst
nixlib-56dd0c254187b07a4c548123a342ef4ccf7a5ee8.zip
kde5.libkscreen: propagate all buildInputs
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/kde-5/plasma-5.6/libkscreen.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/desktops/kde-5/plasma-5.6/libkscreen.nix b/pkgs/desktops/kde-5/plasma-5.6/libkscreen.nix
index eddedf969b0e..4e04fd5ed1d9 100644
--- a/pkgs/desktops/kde-5/plasma-5.6/libkscreen.nix
+++ b/pkgs/desktops/kde-5/plasma-5.6/libkscreen.nix
@@ -9,10 +9,7 @@ plasmaPackage {
   nativeBuildInputs = [
     extra-cmake-modules
   ];
-  buildInputs = [
-    kwayland libXrandr
-  ];
   propagatedBuildInputs = [
-    qtx11extras
+    kwayland libXrandr qtx11extras
   ];
 }