about summary refs log tree commit diff
path: root/pkgs/development/libraries/kde-frameworks/kapidox.nix
blob: 749cf9b297096b17ea7cb118d70fd0bed86ee48c (plain) (blame)
1
2
3
4
5
6
7
{ kdeFramework, lib, extra-cmake-modules, python }:

kdeFramework {
  name = "kapidox";
  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
  nativeBuildInputs = [ extra-cmake-modules python ];
}