On Fri, Jan 31, 2020 at 05:51:51PM -0500, Leo Famulari wrote: > * gnu/packages/image-viewers.scm (fim): New variable. > --- > gnu/packages/image-viewers.scm | 41 ++++++++++++++++++++++++++++++++++ > 1 file changed, 41 insertions(+) Thanks! > + (inputs > + `(("aalib" ,aalib) > + ("alsa-lib" ,alsa-lib) > + ("giflib" ,giflib) > + ("libexif" ,libexif) > + ("libjpeg" ,libjpeg-8) libjpeg-8 doesn't exist anymore. The package builds fine when this is replaced by libjpeg-turbo, and it seems to work, too, in my limited testing. Is such a change reasonable in your opinion? From the build log: | use 'inkscape' for SVG files : no | use 'fig2dev' for FIG files : no | JP2 (JPEG-2K) file support (JasPer) : no Is there a specific reason we don't want support for these formats? Regards, Jakub Kądziołka