gnu: tryton: Build with librsvg-for-system.
* gnu/packages/tryton.scm (tryton)[propagated-inputs]: Replace librsvg with librsvg-for-system.
parent
b819c55038
commit
ae387663bb
|
@ -129,7 +129,7 @@ and security.")
|
|||
`(("glib-compile-schemas" ,glib "bin")
|
||||
("gobject-introspection" ,gobject-introspection)))
|
||||
(propagated-inputs
|
||||
(list librsvg
|
||||
(list (librsvg-for-system)
|
||||
gsettings-desktop-schemas
|
||||
gtk+
|
||||
python-dateutil
|
||||
|
|
Reference in New Issue