Big kde-4.7.0 update
[NixPkgs.git] / pkgs / desktops / kde-4.7 / kdeaccessibility / kmouth.nix
blob4159501967cda77de6031304ddcb3a2978e65c59
1 { kde, kdelibs }:
3 kde {
4   buildInputs = [ kdelibs ];
6   meta = {
7     description = "A type-and-say front end for speech synthesizers";
8   };