summaryrefslogtreecommitdiff
path: root/pkgs/kde/frameworks/ktexteditor/default.nix
blob: e7c470c99d096de603ef55ec66e521a2a743a972 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  mkKdeDerivation,
  qtdeclarative,
  qtspeech,
  editorconfig-core-c,
}:
mkKdeDerivation {
  pname = "ktexteditor";

  extraBuildInputs = [
    qtdeclarative
    qtspeech
    editorconfig-core-c
  ];
}