Archived
1
0
Fork 0

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:
Luis Felipe 2023-02-10 13:49:24 -05:00 committed by Liliana Marie Prikler
parent 59e2e0744b
commit e6ff91bfc4
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -901,9 +901,7 @@ hanja dictionary and small hangul character classification.")
(list (string-append out "/libexec/ibus-engine-stt") (list (string-append out "/libexec/ibus-engine-stt")
(string-append out "/libexec/ibus-setup-stt"))))))))) (string-append out "/libexec/ibus-setup-stt")))))))))
(inputs (inputs
(list desktop-file-utils (list bash-minimal
(list glib "bin")
gobject-introspection
gst-vosk gst-vosk
gstreamer gstreamer
gtk gtk
@ -913,7 +911,11 @@ hanja dictionary and small hangul character classification.")
python-babel python-babel
python-pygobject)) python-pygobject))
(native-inputs (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") (home-page "https://github.com/PhilippeRo/IBus-Speech-To-Text")
(synopsis "Speech to text IBus engine using VOSK") (synopsis "Speech to text IBus engine using VOSK")
(description "This Input Method uses VOSK for voice recognition and allows (description "This Input Method uses VOSK for voice recognition and allows