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 { kdeFramework {
name = "kdewebkit"; name = "kdewebkit";
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
nativeBuildInputs = [ extra-cmake-modules ]; nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [ kconfig kcoreaddons kjobwidgets kparts kservice kwallet ]; propagatedBuildInputs = [
propagatedBuildInputs = [ ki18n kio qtwebkit ]; kconfig kcoreaddons ki18n kio kjobwidgets kparts kservice kwallet qtwebkit
meta = { ];
maintainers = [ lib.maintainers.ttuegel ];
};
} }