about summary refs log tree commit diff
path: root/pkgs/kde/frameworks/ktexttemplate/default.nix
blob: 673a10863ac6a7cd327ac054982ce28d48df312f (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  mkKdeDerivation,
  qtdeclarative,
}:
mkKdeDerivation {
  pname = "ktexttemplate";

  extraBuildInputs = [qtdeclarative];
}