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

kdeFramework {
  name = "kjs";
  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
  nativeBuildInputs = [ ecm kdoctools ];
}