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

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