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")
 | 
					                         (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
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue