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
/
jovie.nix
blob
d38c80c4c36ad2e48c5740f2c483879d034b9164
1
{ kde, kdelibs, speechd }:
2
3
kde {
4
buildInputs = [ kdelibs speechd ];
5
6
meta = {
7
description = "Text-to-speech synthesis daemon";
8
};
9
}