mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: openscenegraph: Build with librsvg-for-system.
* gnu/packages/graphics.scm (openscenegraph)[inputs]: Replace librsvg with librsvg-for-system.
This commit is contained in:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user