me
/
guix
Archived
1
0
Fork 0

gnu: vlc: Build with correct librsvg.

* gnu/packages/video.scm (vlc)[inputs]: Replace librsvg
with librsvg-for-system.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Denis 'GNUtoo' Carikli 2022-01-22 03:59:19 +01:00 committed by Ludovic Courtès
parent d0308e68d6
commit b45bbe561a
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 1 deletions

View File

@ -57,6 +57,7 @@
;;; Copyright © 2021 Robin Templeton <robin@terpri.org>
;;; Copyright © 2021 Aleksandr Vityazev <avityazev@posteo.org>
;;; Copyright © 2021 Pradana Aumars <paumars@courrier.dev>
;;; Copyright © 2022 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
;;;
;;; This file is part of GNU Guix.
;;;
@ -1910,7 +1911,7 @@ videoformats depend on the configuration flags of ffmpeg.")
("libogg" ,libogg)
("libpng" ,libpng)
("libraw1394" ,libraw1394)
("librsvg" ,librsvg)
("librsvg" ,(librsvg-for-system))
("libsamplerate" ,libsamplerate)
("libsecret" ,libsecret)
("libssh2" ,libssh2)