diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-08-14 22:24:03 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-08-15 05:45:45 +0300 |
commit | 7db5d426f1a3e4bfe90fa4cf80bec95591703793 (patch) | |
tree | 3cbc50cf5f7afd1786a664d50eb7e6f54f8ff79d /gnu/packages | |
parent | ed1e97512ec5deb5eb23cd09b409cebe595963b3 (diff) | |
download | guix-7db5d426f1a3e4bfe90fa4cf80bec95591703793.tar.gz guix-7db5d426f1a3e4bfe90fa4cf80bec95591703793.zip |
gnu: openscenegraph: Build with librsvg-for-system.
* gnu/packages/graphics.scm (openscenegraph)[inputs]: Replace librsvg
with librsvg-for-system.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/graphics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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))) |