mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 08:59:42 +00:00
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 a new issue