espeak: update to 1.46.02

This commit is contained in:
Lluís Batlle i Rossell 2012-08-27 19:09:41 +02:00
parent f4bc57feba
commit faf6ad8428

View File

@ -1,10 +1,10 @@
{stdenv, fetchurl, unzip, portaudio }: {stdenv, fetchurl, unzip, portaudio }:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "espeak-1.44.03"; name = "espeak-1.46.02";
src = fetchurl { src = fetchurl {
url = mirror://sourceforge/espeak/espeak-1.44.03-source.zip; url = mirror://sourceforge/espeak/espeak-1.46.02-source.zip;
sha256 = "0lnv89xmsq3bax0qpabd0z2adaag7mdl973bkw3gdszidafmfyx4"; sha256 = "1fjlv5fm0gzvr5wzy1dp4nspw04k0bqv3jymha2p2qfjbfifp2zg";
}; };
buildInputs = [ unzip portaudio ]; buildInputs = [ unzip portaudio ];
@ -18,7 +18,7 @@ stdenv.mkDerivation {
configurePhase = '' configurePhase = ''
cd src cd src
makeFlags="PREFIX=$out" makeFlags="PREFIX=$out DATADIR=$out/share/espeak-data"
''; '';
meta = { meta = {