kde5.libkscreen: propagate all buildInputs

This commit is contained in:
Thomas Tuegel 2016-04-28 12:57:28 -05:00
parent 0dc8b5f32c
commit 56dd0c2541
1 changed files with 1 additions and 4 deletions

View File

@ -9,10 +9,7 @@ plasmaPackage {
nativeBuildInputs = [ nativeBuildInputs = [
extra-cmake-modules extra-cmake-modules
]; ];
buildInputs = [
kwayland libXrandr
];
propagatedBuildInputs = [ propagatedBuildInputs = [
qtx11extras kwayland libXrandr qtx11extras
]; ];
} }