b9c72433cc
svn path=/nixpkgs/trunk/; revision=31380
10 lines
143 B
Nix
10 lines
143 B
Nix
{ kde, kdelibs }:
|
|
|
|
kde {
|
|
buildInputs = [ kdelibs ];
|
|
|
|
meta = {
|
|
description = "A type-and-say front end for speech synthesizers";
|
|
};
|
|
}
|