guix-commits
[Top][All Lists]
Advanced

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

07/32: gnu: libvisual-plugins: Build with librsvg-for-system.


From: guix-commits
Subject: 07/32: gnu: libvisual-plugins: Build with librsvg-for-system.
Date: Mon, 6 May 2024 19:19:40 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit a2f81c1b9d56dd21b1e086ac8e2eaf532daca7f9
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu May 2 20:11:36 2024 +0300

    gnu: libvisual-plugins: Build with librsvg-for-system.
    
    * gnu/packages/gstreamer.scm (libvisual-plugins)[inputs]: Replace
    librsvg with librsvg-for-system.
    
    Change-Id: Ie4199e6f52236dfae086b1425607b6e0f1f9129b
---
 gnu/packages/gstreamer.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 5a4aeb866f..cf733098e8 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -307,7 +307,7 @@ applications that want audio visualisation and audio 
visualisation plugins.")
     (inputs
      (list alsa-lib
            esound
-           librsvg
+           (librsvg-for-system)
            gtk+-2
            jack-2
            libx11



reply via email to

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