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

25 lines
393 B
Nix
Raw Normal View History

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