mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 04:37:36 -05:00
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>
This commit is contained in:
parent
d0308e68d6
commit
b45bbe561a
1 changed files with 2 additions and 1 deletions
|
@ -57,6 +57,7 @@
|
||||||
;;; Copyright © 2021 Robin Templeton <robin@terpri.org>
|
;;; Copyright © 2021 Robin Templeton <robin@terpri.org>
|
||||||
;;; Copyright © 2021 Aleksandr Vityazev <avityazev@posteo.org>
|
;;; Copyright © 2021 Aleksandr Vityazev <avityazev@posteo.org>
|
||||||
;;; Copyright © 2021 Pradana Aumars <paumars@courrier.dev>
|
;;; Copyright © 2021 Pradana Aumars <paumars@courrier.dev>
|
||||||
|
;;; Copyright © 2022 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -1910,7 +1911,7 @@ (define-public vlc
|
||||||
("libogg" ,libogg)
|
("libogg" ,libogg)
|
||||||
("libpng" ,libpng)
|
("libpng" ,libpng)
|
||||||
("libraw1394" ,libraw1394)
|
("libraw1394" ,libraw1394)
|
||||||
("librsvg" ,librsvg)
|
("librsvg" ,(librsvg-for-system))
|
||||||
("libsamplerate" ,libsamplerate)
|
("libsamplerate" ,libsamplerate)
|
||||||
("libsecret" ,libsecret)
|
("libsecret" ,libsecret)
|
||||||
("libssh2" ,libssh2)
|
("libssh2" ,libssh2)
|
||||||
|
|
Loading…
Reference in a new issue