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