mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: GIMP: Add support for WebP images.
Suggested by Jorge P. de Morais Neto <jorge+list@disroot.org>. * gnu/packages/gimp.scm (gimp): Add libwebp.
This commit is contained in:
parent
f5fee80dad
commit
5a8adc6dfc
1 changed files with 1 additions and 0 deletions
|
@ -174,6 +174,7 @@ (define-public gimp
|
|||
("glib" ,glib)
|
||||
("glib-networking" ,glib-networking)
|
||||
("libtiff" ,libtiff)
|
||||
("libwebp" ,libwebp)
|
||||
("libjpeg" ,libjpeg)
|
||||
("atk" ,atk)
|
||||
("gexiv2" ,gexiv2)
|
||||
|
|
Loading…
Reference in a new issue