587713944a
GitOrigin-RevId: 6143fc5eeb9c4f00163267708e26191d1e918932
10 lines
141 B
Nix
10 lines
141 B
Nix
{
|
|
mkKdeDerivation,
|
|
qtspeech,
|
|
}:
|
|
mkKdeDerivation {
|
|
pname = "kmouth";
|
|
|
|
extraBuildInputs = [qtspeech];
|
|
meta.mainProgram = "kmouth";
|
|
}
|