depot/pkgs/kde/gear/kmouth/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
143 B
Nix
Raw Normal View History

{
mkKdeDerivation,
qtspeech,
}:
mkKdeDerivation {
pname = "kmouth";
extraBuildInputs = [ qtspeech ];
meta.mainProgram = "kmouth";
}