guix-commits
[Top][All Lists]
Advanced

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

10/41: gnu: openscenegraph: Build with librsvg-for-system.


From: guix-commits
Subject: 10/41: gnu: openscenegraph: Build with librsvg-for-system.
Date: Mon, 14 Aug 2023 22:49:00 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 7db5d426f1a3e4bfe90fa4cf80bec95591703793
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Aug 14 22:24:03 2023 +0300

    gnu: openscenegraph: Build with librsvg-for-system.
    
    * gnu/packages/graphics.scm (openscenegraph)[inputs]: Replace librsvg
    with librsvg-for-system.
---
 gnu/packages/graphics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index da49f23f1f..2a94bd51cc 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -1397,7 +1397,7 @@ visual effects work for film.")
      `(("giflib" ,giflib)
        ("libjpeg" ,libjpeg-turbo)       ; required for the JPEG texture plugin.
        ("jasper" ,jasper)
-       ("librsvg" ,librsvg)
+       ("librsvg" ,(librsvg-for-system))
        ("libxrandr" ,libxrandr)
        ("ffmpeg" ,ffmpeg-4)
        ("mesa" ,mesa)))



reply via email to

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