16 lines
205 B
Nix
16 lines
205 B
Nix
|
|
{
|
||
|
|
mkKdeDerivation,
|
||
|
|
qtdeclarative,
|
||
|
|
qtspeech,
|
||
|
|
editorconfig-core-c,
|
||
|
|
}:
|
||
|
|
mkKdeDerivation {
|
||
|
|
pname = "ktexteditor";
|
||
|
|
|
||
|
|
extraBuildInputs = [
|
||
|
|
qtdeclarative
|
||
|
|
qtspeech
|
||
|
|
editorconfig-core-c
|
||
|
|
];
|
||
|
|
}
|