mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05: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:
parent
ed1e97512e
commit
7db5d426f1
1 changed files with 1 additions and 1 deletions
|
@ -1397,7 +1397,7 @@ (define-public openscenegraph
|
|||
`(("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)))
|
||||
|
|
Loading…
Reference in a new issue