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

kdeFramework {
  name = "kdbusaddons";
  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
  nativeBuildInputs = [ ecm ];
  propagatedBuildInputs = [ qtx11extras ];
}