kde5.kauth: propagate all buildInputs
This commit is contained in:
parent
55a6f79164
commit
44da4d92e3
@ -6,11 +6,8 @@
|
|||||||
|
|
||||||
kdeFramework {
|
kdeFramework {
|
||||||
name = "kauth";
|
name = "kauth";
|
||||||
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
||||||
nativeBuildInputs = [ extra-cmake-modules ];
|
nativeBuildInputs = [ extra-cmake-modules ];
|
||||||
buildInputs = [ polkit-qt ];
|
propagatedBuildInputs = [ kcoreaddons polkit-qt ];
|
||||||
propagatedBuildInputs = [ kcoreaddons ];
|
|
||||||
patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);
|
patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);
|
||||||
meta = {
|
|
||||||
maintainers = [ lib.maintainers.ttuegel ];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user