summary refs log tree commit diff
path: root/pkgs/development/libraries/kde-frameworks/kdesu.nix
blob: 0c5cb85cc494016b57ce563b9cfc5d9b95c1e98d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ kdeFramework, lib, ecm, kcoreaddons, ki18n, kpty
, kservice
}:

kdeFramework {
  name = "kdesu";
  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
  nativeBuildInputs = [ ecm ];
  propagatedBuildInputs = [ kcoreaddons ki18n kpty kservice ];
}