···35 "--with-mbrola=${if mbrolaSupport then "yes" else "no"}"
36 ];
3738+ # Current release lacks dependencies on local espeak-ng:
39+ # cd dictsource && ESPEAK_DATA_PATH=/build/espeak-ng LD_LIBRARY_PATH=../src: ../src/espeak-ng --compile=yue && cd ..
40+ # bash: line 1: ../src/espeak-ng: No such file or directory
41+ # Should be fixed in next release: https://github.com/espeak-ng/espeak-ng/pull/1029
42+ enableParallelBuilding = false;
43+44 postInstall = lib.optionalString stdenv.isLinux ''
45 patchelf --set-rpath "$(patchelf --print-rpath $out/bin/espeak-ng)" $out/bin/speak-ng
46 '';