kde5.kauth: propagate all buildInputs

This commit is contained in:
Thomas Tuegel 2016-04-28 10:48:55 -05:00
parent 55a6f79164
commit 44da4d92e3

View File

@ -6,11 +6,8 @@
kdeFramework {
name = "kauth";
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [ polkit-qt ];
propagatedBuildInputs = [ kcoreaddons ];
propagatedBuildInputs = [ kcoreaddons polkit-qt ];
patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);
meta = {
maintainers = [ lib.maintainers.ttuegel ];
};
}