nixpkgs/pkgs/desktops/kde-4.14/kdeaccessibility/kmouth.nix
2014-09-24 23:48:38 +02:00

10 lines
143 B
Nix

{ kde, kdelibs }:
kde {
buildInputs = [ kdelibs ];
meta = {
description = "A type-and-say front end for speech synthesizers";
};
}