gnu: python-vosk: Update for Python 3.10.
* gnu/packages/machine-learning.scm (python-vosk)[arguments]: Replace 3.9 with 3.10.master
parent
7f79dabc96
commit
de926f43b8
|
@ -4113,7 +4113,7 @@ simple speech recognition.")
|
|||
"library_dirs=["
|
||||
"'" #$vosk-api "/lib'"
|
||||
"],\n\t"
|
||||
"libraries=['vosk', 'python3.9'],\n\t"
|
||||
"libraries=['vosk', 'python3.10'],\n\t"
|
||||
"include_dirs=["
|
||||
"'" #$vosk-api "/src'" "])")))
|
||||
(substitute* "vosk/__init__.py"
|
||||
|
|
Reference in New Issue