gnu: gtk-vnc: Build with correct librsvg.
* gnu/packages/gnome.scm (gtk-vnc)[inputs]: Replace librsvg with librsvg-for-system. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
967dd6ee06
commit
44cedb87d6
1 changed files with 1 additions and 1 deletions
|
@ -8843,7 +8843,7 @@ like switching to windows and launching applications.")
|
|||
("vala" ,vala)))
|
||||
(inputs
|
||||
`(("cairo" ,cairo)
|
||||
("librsvg" ,librsvg)
|
||||
("librsvg" ,(librsvg-for-system))
|
||||
("glib" ,glib)
|
||||
("gnutls" ,gnutls)
|
||||
("libgcrypt" ,libgcrypt)
|
||||
|
|
Reference in a new issue