···3535 "--with-mbrola=${if mbrolaSupport then "yes" else "no"}"
3636 ];
37373838+ # Current release lacks dependencies on local espeak-ng:
3939+ # cd dictsource && ESPEAK_DATA_PATH=/build/espeak-ng LD_LIBRARY_PATH=../src: ../src/espeak-ng --compile=yue && cd ..
4040+ # bash: line 1: ../src/espeak-ng: No such file or directory
4141+ # Should be fixed in next release: https://github.com/espeak-ng/espeak-ng/pull/1029
4242+ enableParallelBuilding = false;
4343+3844 postInstall = lib.optionalString stdenv.isLinux ''
3945 patchelf --set-rpath "$(patchelf --print-rpath $out/bin/espeak-ng)" $out/bin/speak-ng
4046 '';