11 version = "2018-02-14";
13 # basically took the source code from android and borrowed autotool patches from debian
14 src = fetchFromGitHub {
17 rev = "e3ba46009ee868911fa0b53db672a55f9cc13b1c";
18 sha256 = "0k3m7vh1ak9gmxd83x29cvhzfkybgz5hnlhd9xj19l1bjyx84s8v";
25 buildInputs = [ popt ];
27 nativeBuildInputs = [ autoreconfHook ];
30 description = "Text-to-speech engine";
31 homepage = "https://android.googlesource.com/platform/external/svox";
32 platforms = platforms.linux;
33 license = licenses.asl20;
34 maintainers = with maintainers; [ abbradar ];
35 mainProgram = "pico2wave";