mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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:
parent
df66327818
commit
0d70012efb
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue