gnu: gthumb: Build with librsvg-for-system.

* gnu/packages/gnome.scm (gthumb)[inputs]: Replace librsvg with
librsvg-for-system.
This commit is contained in:
Efraim Flashner 2023-08-15 02:17:22 +03:00
parent d2f9abdde1
commit 1df0b636e1
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")