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