2016-07-17 20:42:41 +00:00
|
|
|
{
|
2017-02-26 12:49:15 +00:00
|
|
|
plasmaPackage, extra-cmake-modules,
|
2016-07-17 20:42:41 +00:00
|
|
|
kcoreaddons, kconfig, kcrash, kdbusaddons, ki18n, kiconthemes, knotifications,
|
|
|
|
kwidgetsaddons, kwindowsystem, polkit-qt
|
2016-04-21 16:01:22 +00:00
|
|
|
}:
|
|
|
|
|
|
|
|
plasmaPackage {
|
|
|
|
name = "polkit-kde-agent";
|
2017-02-26 12:49:15 +00:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules ];
|
2016-04-28 18:01:27 +00:00
|
|
|
propagatedBuildInputs = [
|
|
|
|
kdbusaddons kwidgetsaddons kcoreaddons kcrash kconfig ki18n kiconthemes
|
|
|
|
knotifications kwindowsystem polkit-qt
|
2016-04-21 16:01:22 +00:00
|
|
|
];
|
|
|
|
}
|