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

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