mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 07:27:48 -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)
|
("libheif" ,libheif)
|
||||||
("libjpeg" ,libjpeg-turbo)
|
("libjpeg" ,libjpeg-turbo)
|
||||||
("libraw" ,libraw)
|
("libraw" ,libraw)
|
||||||
("librsvg" ,librsvg)
|
("librsvg" ,(librsvg-for-system))
|
||||||
("libtiff" ,libtiff)
|
("libtiff" ,libtiff)
|
||||||
("libwebp" ,libwebp)))
|
("libwebp" ,libwebp)))
|
||||||
(home-page "https://wiki.gnome.org/Apps/Gthumb")
|
(home-page "https://wiki.gnome.org/Apps/Gthumb")
|
||||||
|
|
Loading…
Reference in a new issue