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

11 lines
143 B
Nix
Raw Normal View History

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