mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
kde5.krunner: propagate buildInputs
This commit is contained in:
parent
29b2d93bbf
commit
ca55273431
@ -5,12 +5,10 @@
|
||||
|
||||
kdeFramework {
|
||||
name = "krunner";
|
||||
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
||||
nativeBuildInputs = [ extra-cmake-modules ];
|
||||
buildInputs = [
|
||||
kconfig kcoreaddons kservice qtquick1 solid threadweaver
|
||||
propagatedBuildInputs = [
|
||||
kconfig kcoreaddons ki18n kio kservice plasma-framework qtquick1 solid
|
||||
threadweaver
|
||||
];
|
||||
propagatedBuildInputs = [ ki18n kio plasma-framework ];
|
||||
meta = {
|
||||
maintainers = [ lib.maintainers.ttuegel ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user