kde5.kwindowsystem: propagate all buildInputs

This commit is contained in:
Thomas Tuegel 2016-04-28 11:03:50 -05:00
parent 7ab37acfce
commit 48f4e043f4

View file

@ -5,9 +5,7 @@
kdeFramework {
name = "kwindowsystem";
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [ qtx11extras ];
meta = {
maintainers = [ lib.maintainers.ttuegel ];
};
propagatedBuildInputs = [ qtx11extras ];
}