gnu: gnome-themes-extra: Build with librsvg-for-system.

* gnu/packages/gnome.scm (gnome-themes-extra)[inputs]: Replace librsvg
with librsvg-for-system.
This commit is contained in:
Efraim Flashner 2023-08-18 19:33:03 +03:00
parent df66327818
commit 0d70012efb
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -12157,7 +12157,7 @@ (define-public gnome-themes-extra
`(("glib" ,glib)
("gtk+" ,gtk+)
("gtk+-2" ,gtk+-2)
("librsvg" ,librsvg)
("librsvg" ,(librsvg-for-system))
("libxml2" ,libxml2)))
(home-page "https://gitlab.gnome.org/GNOME/gnome-themes-extra")
(synopsis "GNOME Extra Themes")