kde5.kdewebkit: propagate all buildInputs

This commit is contained in:
Thomas Tuegel 2016-04-28 10:51:39 -05:00
parent e6a1d1c3d0
commit 1acadc2255

View file

@ -4,10 +4,9 @@
kdeFramework {
name = "kdewebkit";
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [ kconfig kcoreaddons kjobwidgets kparts kservice kwallet ];
propagatedBuildInputs = [ ki18n kio qtwebkit ];
meta = {
maintainers = [ lib.maintainers.ttuegel ];
};
propagatedBuildInputs = [
kconfig kcoreaddons ki18n kio kjobwidgets kparts kservice kwallet qtwebkit
];
}