efraim pushed a commit to branch master
in repository guix.
commit 7db5d426f1a3e4bfe90fa4cf80bec95591703793
Author: Efraim Flashner <[email protected]>
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)))