kde5.kinit: propagate all buildInputs

This commit is contained in:
Thomas Tuegel 2016-04-28 10:55:29 -05:00
parent 4986a452e6
commit c9202600fa

View file

@ -3,15 +3,12 @@
, libcap_progs
}:
# TODO: setuid wrapper
kdeFramework {
name = "kinit";
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
nativeBuildInputs = [ extra-cmake-modules kdoctools libcap_progs ];
buildInputs = [ kconfig kcrash kservice libcap ];
propagatedBuildInputs = [ ki18n kio kwindowsystem ];
propagatedBuildInputs = [
kconfig kcrash ki18n kio kservice kwindowsystem libcap
];
patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);
meta = {
maintainers = [ lib.maintainers.ttuegel ];
};
}