repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Big kde-4.7.0 update
[NixPkgs.git]
/
pkgs
/
desktops
/
kde-4.7
/
kdeaccessibility
/
kmouth.nix
blob
4159501967cda77de6031304ddcb3a2978e65c59
1
{ kde, kdelibs }:
2
3
kde {
4
buildInputs = [ kdelibs ];
5
6
meta = {
7
description = "A type-and-say front end for speech synthesizers";
8
};
9
}