flite: update 1.4 -> 1.9.0
@vcunat added meta.platforms.
This commit is contained in:
parent
e5c7115d6d
commit
39dabcafd6
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig }:
|
{ stdenv, fetchurl, pkgconfig }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "flite-1.4";
|
name = "flite-1.9.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.speech.cs.cmu.edu/flite/packed/${name}/${name}-release.tar.bz2";
|
url = "http://www.festvox.org/bard/${name}-current.tar.bz2";
|
||||||
sha256 = "036dagsydi0qh71ayi6jshfi3ik2md1az3gpi42md9pc18b65ij5";
|
sha256 = "197cc2a1f045b1666a29a9b5f035b3d676db6db94a4439d99a03b65e551ae2e0";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig ];
|
buildInputs = [ pkgconfig ];
|
||||||
@ -16,8 +16,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A small, fast run-time speech synthesis engine";
|
description = "A small, fast run-time speech synthesis engine";
|
||||||
homepage = http://www.speech.cs.cmu.edu/flite/index.html;
|
homepage = http://www.festvox.org/flite/;
|
||||||
license = "free-non-copyleft";
|
license = "free-non-copyleft";
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user