gnu: tuxpaint: Build with librsvg-for-system.
* gnu/packages/games.scm (tuxpaint)[inputs]: Replace librsvg with librsvg-for-system.
parent
19dc2ae52a
commit
7e99958167
|
@ -5814,7 +5814,7 @@ safety of the Chromium vessel.")
|
|||
("fribidi" ,fribidi)
|
||||
("gettext" ,gettext-minimal)
|
||||
("libpng" ,libpng)
|
||||
("librsvg" ,librsvg)
|
||||
("librsvg" ,(librsvg-for-system))
|
||||
("libpaper" ,libpaper)
|
||||
("netpbm" ,netpbm)
|
||||
("sdl" ,(sdl-union (list sdl sdl-mixer sdl-ttf sdl-image)))))
|
||||
|
|
Reference in New Issue