mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: gthumb: Build with librsvg-for-system.
* gnu/packages/gnome.scm (gthumb)[inputs]: Replace librsvg with librsvg-for-system.
This commit is contained in:
parent
d2f9abdde1
commit
1df0b636e1
1 changed files with 1 additions and 1 deletions
|
@ -11771,7 +11771,7 @@ (define-public gthumb
|
|||
("libheif" ,libheif)
|
||||
("libjpeg" ,libjpeg-turbo)
|
||||
("libraw" ,libraw)
|
||||
("librsvg" ,librsvg)
|
||||
("librsvg" ,(librsvg-for-system))
|
||||
("libtiff" ,libtiff)
|
||||
("libwebp" ,libwebp)))
|
||||
(home-page "https://wiki.gnome.org/Apps/Gthumb")
|
||||
|
|
Loading…
Reference in a new issue