kde5.kdewebkit: propagate all buildInputs
This commit is contained in:
parent
e6a1d1c3d0
commit
1acadc2255
@ -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 ];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user