Hi Nicolas, Nicolas Graves skribis: > * gnu/packages/machine-learning.scm (nerd-dictation): > Avoid inputs pulseaudio and ydotool when not necessary. > Factor out wrapper make-nerd-dictation-package. > Add package variants : > - nerd-dictation/xdotool > - nerd-dictation/sox-xdotool > - nerd-dictation/sox-ydotool > - nerd-dictation/sox-wtype > --- > gnu/packages/machine-learning.scm | 97 ++++++++++++++++++++++--------- > 1 file changed, 69 insertions(+), 28 deletions(-) Applied with the changes below (using ‘with-imported-modules’ instead of passing #:modules, and #$output instead of the now-deprecated ‘%output’). I also tweaked the commit log according to our conventions. Thank you, Ludo’.