mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: libdmapsharing: Build with librsvg-for-system.
* gnu/packages/gnome.scm (libdmapsharing)[inputs]: Replace librsvg with librsvg-for-system.
This commit is contained in:
parent
1eadb7922d
commit
565af70403
1 changed files with 1 additions and 1 deletions
|
@ -566,7 +566,7 @@ (define-public libdmapsharing
|
||||||
vala))
|
vala))
|
||||||
(inputs
|
(inputs
|
||||||
(list avahi
|
(list avahi
|
||||||
librsvg
|
(librsvg-for-system)
|
||||||
libgee
|
libgee
|
||||||
gst-plugins-base
|
gst-plugins-base
|
||||||
gtk+))
|
gtk+))
|
||||||
|
|
Loading…
Reference in a new issue