mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 19:33:03 +00:00
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
|
|
];
|
|
}
|