dolphin: add baloo to propagatedUseEnvPkgs
This is needed for "Search for..." feature in dolphin. Fixes #68174
This commit is contained in:
parent
067b4dbb93
commit
de15e981f6
|
@ -15,6 +15,7 @@ mkDerivation {
|
|||
maintainers = [ lib.maintainers.ttuegel ];
|
||||
};
|
||||
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
||||
propagatedUserEnvPkgs = [ baloo ];
|
||||
propagatedBuildInputs = [
|
||||
baloo baloo-widgets kactivities kbookmarks kcmutils kcompletion kconfig
|
||||
kcoreaddons kdelibs4support kdbusaddons kfilemetadata ki18n kiconthemes
|
||||
|
|
Loading…
Reference in New Issue