speech-tools: 2.1 -> 2.4, unbreak

This commit is contained in:
SLNOS 2018-03-01 00:00:00 +00:00 committed by Jan Malakhovski
parent e6c63e9fc7
commit 507d96d35e
2 changed files with 6 additions and 8 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "speech_tools-${version}";
version = "2.1";
version = "2.4";
src = fetchurl {
url = "http://www.festvox.org/packed/festival/${version}/${name}-release.tar.gz";
sha256 = "1s9bkfgdgyas8v2cr7x3dg0ck1xf9mn1q6a73gwy524sjb6nfqgz";
sha256 = "043h4fxfiiqxgwvyyyasylypjkpfzajxd6g5s9wsl69r8hn4ihpv";
};
buildInputs = [ alsaLib ncurses ];
@ -27,15 +27,12 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
broken = true;
description = "Text-to-speech engine";
maintainers = with maintainers;
[
raskin
];
maintainers = with maintainers; [ raskin ];
platforms = platforms.linux;
license = licenses.free;
};
passthru = {
updateInfo = {
downloadPage = "http://www.festvox.org/packed/festival/";

View File

@ -11400,7 +11400,8 @@ with pkgs;
speechd = callPackage ../development/libraries/speechd { };
speech_tools = callPackage ../development/libraries/speech-tools {};
speech-tools = callPackage ../development/libraries/speech-tools {};
speech_tools = speech-tools;
speex = callPackage ../development/libraries/speex {
fftw = fftwFloat;