Jesse Gibbons writes: > * gnu/packages/video.scm (vlc) [inputs]: Add FluidSynth. > --- > gnu/packages/video.scm | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm > index ee7108753f..53d9a794f8 100644 > --- a/gnu/packages/video.scm > +++ b/gnu/packages/video.scm > @@ -1118,6 +1118,7 @@ videoformats depend on the configuration flags of > ffmpeg.") > ("dbus" ,dbus) > ("eudev" ,eudev) > ("flac" ,flac) > + ("fluidsynth" ,fluidsynth) > ("ffmpeg" ,ffmpeg) > ("fontconfig" ,fontconfig) > ("freetype" ,freetype) Hi Jesse, It would be good to put something in the commit message about why this is happening, as it's not obvious to me at least. Thanks, Chris