mirror of
git://git.savannah.gnu.org/guix.git
synced 2024-12-29 11:46:06 +01:00
gnu: ibus-speech-to-text: Fix lint warnings.
* gnu/packages/ibus.scm (ibus-speech-to-text)[inputs]: Add bash-minimal. Move desktop-file-utils, glib:bin and gobject-introspection ... [native-inputs] ... here. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
59e2e0744b
commit
e6ff91bfc4
1 changed files with 6 additions and 4 deletions
|
@ -901,9 +901,7 @@ hanja dictionary and small hangul character classification.")
|
|||
(list (string-append out "/libexec/ibus-engine-stt")
|
||||
(string-append out "/libexec/ibus-setup-stt")))))))))
|
||||
(inputs
|
||||
(list desktop-file-utils
|
||||
(list glib "bin")
|
||||
gobject-introspection
|
||||
(list bash-minimal
|
||||
gst-vosk
|
||||
gstreamer
|
||||
gtk
|
||||
|
@ -913,7 +911,11 @@ hanja dictionary and small hangul character classification.")
|
|||
python-babel
|
||||
python-pygobject))
|
||||
(native-inputs
|
||||
(list gettext-minimal libxml2 pkg-config))
|
||||
(list desktop-file-utils
|
||||
gettext-minimal
|
||||
(list glib "bin")
|
||||
gobject-introspection
|
||||
libxml2 pkg-config))
|
||||
(home-page "https://github.com/PhilippeRo/IBus-Speech-To-Text")
|
||||
(synopsis "Speech to text IBus engine using VOSK")
|
||||
(description "This Input Method uses VOSK for voice recognition and allows
|
||||
|
|
Loading…
Reference in a new issue