nixpkgs/pkgs/desktops/kde-5/plasma/polkit-kde-agent.nix

25 lines
393 B
Nix
Raw Normal View History

2016-04-21 16:01:22 +00:00
{ plasmaPackage
2016-07-30 14:36:52 +00:00
, ecm
2016-04-21 16:01:22 +00:00
, ki18n
, kwindowsystem
, kdbusaddons
, kwidgetsaddons
, kcoreaddons
, kcrash
, kconfig
, kiconthemes
, knotifications
, polkit-qt
}:
plasmaPackage {
name = "polkit-kde-agent";
nativeBuildInputs = [
2016-07-30 14:36:52 +00:00
ecm
2016-04-21 16:01:22 +00:00
];
propagatedBuildInputs = [
kdbusaddons kwidgetsaddons kcoreaddons kcrash kconfig ki18n kiconthemes
knotifications kwindowsystem polkit-qt
2016-04-21 16:01:22 +00:00
];
}