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:
parent
a268115ca3
commit
e67f6aa8eb
1 changed files with 1 additions and 1 deletions
|
@ -4335,7 +4335,7 @@ (define-public goffice
|
||||||
(assoc-ref %outputs "doc")
|
(assoc-ref %outputs "doc")
|
||||||
"/share/gtk-doc/html"))))
|
"/share/gtk-doc/html"))))
|
||||||
(inputs
|
(inputs
|
||||||
(list gtk+ libgsf librsvg libxslt libxml2))
|
(list gtk+ libgsf (librsvg-for-system) libxslt libxml2))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list intltool `(,glib "bin") pkg-config))
|
(list intltool `(,glib "bin") pkg-config))
|
||||||
(home-page "https://developer.gnome.org/goffice/")
|
(home-page "https://developer.gnome.org/goffice/")
|
||||||
|
|
Loading…
Reference in a new issue