3
0
Fork 0
forked from mirrors/nixpkgs

kde5.krunner: propagate buildInputs

This commit is contained in:
Thomas Tuegel 2016-04-28 11:02:03 -05:00
parent 29b2d93bbf
commit ca55273431

View file

@ -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 ];
};
}