mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -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))
|
||||
(inputs
|
||||
(list avahi
|
||||
librsvg
|
||||
(librsvg-for-system)
|
||||
libgee
|
||||
gst-plugins-base
|
||||
gtk+))
|
||||
|
|
Loading…
Reference in a new issue