gnu: gtg: Build with librsvg-for-system.
* gnu/packages/gnome.scm (gtg)[inputs]: Replace librsvg with librsvg-for-system.
This commit is contained in:
parent
43501bc00b
commit
cc07acea3f
1 changed files with 1 additions and 1 deletions
|
@ -2806,7 +2806,7 @@ and how they are displayed (View).")
|
||||||
python))
|
python))
|
||||||
(inputs
|
(inputs
|
||||||
(list bash-minimal
|
(list bash-minimal
|
||||||
librsvg
|
(librsvg-for-system)
|
||||||
gsettings-desktop-schemas
|
gsettings-desktop-schemas
|
||||||
gtk+
|
gtk+
|
||||||
pango
|
pango
|
||||||
|
|
Reference in a new issue