7e47f3658e
GitOrigin-RevId: 1925c603f17fc89f4c8f6bf6f631a802ad85d784
10 lines
143 B
Nix
10 lines
143 B
Nix
{
|
|
mkKdeDerivation,
|
|
qtspeech,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "kmouth";
|
|
|
|
extraBuildInputs = [ qtspeech ];
|
|
meta.mainProgram = "kmouth";
|
|
}
|