kde5.kinit: propagate all buildInputs
This commit is contained in:
parent
4986a452e6
commit
c9202600fa
@ -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 ];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user