mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: gegl: Add libraw support.
* gnu/packages/gimp.scm (gegl)[inputs]: Add libraw.
This commit is contained in:
parent
6a3d2369eb
commit
6737282a5d
1 changed files with 2 additions and 1 deletions
|
@ -251,7 +251,8 @@ (define-public gegl
|
|||
`(("cairo" ,cairo)
|
||||
("pango" ,pango)
|
||||
("libpng" ,libpng)
|
||||
("libjpeg" ,libjpeg-turbo)))
|
||||
("libjpeg" ,libjpeg-turbo)
|
||||
("libraw" ,libraw)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("glib" ,glib "bin") ; for gtester
|
||||
|
|
Loading…
Reference in a new issue