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)
|
("fribidi" ,fribidi)
|
||||||
("gettext" ,gettext-minimal)
|
("gettext" ,gettext-minimal)
|
||||||
("libpng" ,libpng)
|
("libpng" ,libpng)
|
||||||
("librsvg" ,librsvg)
|
("librsvg" ,(librsvg-for-system))
|
||||||
("libpaper" ,libpaper)
|
("libpaper" ,libpaper)
|
||||||
("netpbm" ,netpbm)
|
("netpbm" ,netpbm)
|
||||||
("sdl" ,(sdl-union (list sdl sdl-mixer sdl-ttf sdl-image)))))
|
("sdl" ,(sdl-union (list sdl sdl-mixer sdl-ttf sdl-image)))))
|
||||||
|
|
Reference in New Issue