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 , libcap_progs
}: }:
# TODO: setuid wrapper
kdeFramework { kdeFramework {
name = "kinit"; name = "kinit";
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
nativeBuildInputs = [ extra-cmake-modules kdoctools libcap_progs ]; nativeBuildInputs = [ extra-cmake-modules kdoctools libcap_progs ];
buildInputs = [ kconfig kcrash kservice libcap ]; propagatedBuildInputs = [
propagatedBuildInputs = [ ki18n kio kwindowsystem ]; kconfig kcrash ki18n kio kservice kwindowsystem libcap
];
patches = copyPathsToStore (lib.readPathsFromFile ./. ./series); patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);
meta = {
maintainers = [ lib.maintainers.ttuegel ];
};
} }