mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Added comment about missing speechd dependency
svn path=/nixpkgs/trunk/; revision=19996
This commit is contained in:
parent
d8a5443d61
commit
ceda76efcf
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ stdenv.mkDerivation {
|
|||
url = mirror://kde/stable/4.4.0/src/kdeaccessibility-4.4.0.tar.bz2;
|
||||
sha256 = "0dkka6rzjd96i7mn8yia6d2mbgnl73jswm2xdnm2d2x9la6hpff3";
|
||||
};
|
||||
# Missing: speechd, I was too lazy to implement this
|
||||
buildInputs = [ cmake qt4 perl alsaLib libXi libXtst kdelibs automoc4 phonon ];
|
||||
meta = {
|
||||
description = "KDE accessibility tools";
|
||||
|
|
Loading…
Reference in a new issue