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

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