gnu: goffice: Use librsvg-for-system.

This lets us build goffice for i686-linux.

* gnu/packages/gnome.scm (goffice)[inputs]: Replace librsvg with
librsvg-for-system.
This commit is contained in:
Ricardo Wurmus 2023-03-05 23:02:23 +01:00
parent a268115ca3
commit e67f6aa8eb
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4335,7 +4335,7 @@ (define-public goffice
(assoc-ref %outputs "doc")
"/share/gtk-doc/html"))))
(inputs
(list gtk+ libgsf librsvg libxslt libxml2))
(list gtk+ libgsf (librsvg-for-system) libxslt libxml2))
(native-inputs
(list intltool `(,glib "bin") pkg-config))
(home-page "https://developer.gnome.org/goffice/")