3
0
Fork 0
forked from mirrors/nixpkgs

tts: relax cython constraint

This commit is contained in:
Martin Weinelt 2022-07-09 19:44:58 +02:00
parent 2076461c00
commit 78137411f2
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -43,6 +43,7 @@ python.pkgs.buildPythonApplication rec {
postPatch = let
relaxedConstraints = [
"cython"
"gruut"
"librosa"
"mecab-python3"