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

kdeFramework {
  name = "kdbusaddons";
  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
  nativeBuildInputs = [ extra-cmake-modules ];
  propagatedBuildInputs = [ qtx11extras ];
}