gnu: gimp: Add EXIF and SVG support, plus color management.
* gnu/packages/gimp.scm (gimp)[inputs]: Add LIBEXIF, LCMS, and LIBRSVG.
This commit is contained in:
parent
5cc0e48613
commit
4320c094f3
|
@ -138,6 +138,9 @@ buffers.")
|
|||
("libjpeg" ,libjpeg-8)
|
||||
("atk" ,atk)
|
||||
("gtk+" ,gtk+-2)
|
||||
("exif" ,libexif) ;optional, EXIF + XMP support
|
||||
("lcms" ,lcms) ;optional, color management
|
||||
("librsvg" ,librsvg) ;optional, SVG support
|
||||
("gegl" ,gegl)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
|
|
Loading…
Reference in New Issue