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

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