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

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