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

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