guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/11: gnu: vlc: Build with correct librsvg.


From: guix-commits
Subject: 11/11: gnu: vlc: Build with correct librsvg.
Date: Sun, 23 Jan 2022 17:36:43 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit b45bbe561a18fffa226f36d0e8cfb9b3fddbe9d0
Author: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
AuthorDate: Sat Jan 22 03:59:19 2022 +0100

    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>
---
 gnu/packages/video.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index b928bd89f8..72357820cd 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]