From 9ec01025badebbc94f3856f60d61bd091c7c05db Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 15 Aug 2023 00:59:01 +0300 Subject: gnu: tuxmath: Build with librsvg-for-system. * gnu/packages/education.scm (tuxmath)[inputs]: Replace librsvg with librsvg-for-system. --- gnu/packages/education.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages') diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm index 9053712283..289e8429be 100644 --- a/gnu/packages/education.scm +++ b/gnu/packages/education.scm @@ -932,7 +932,7 @@ TuxMath and TuxType.") (native-inputs (list pkg-config)) (inputs - `(("librsvg" ,librsvg) + `(("librsvg" ,(librsvg-for-system)) ("libxml2" ,libxml2) ("sdl" ,(sdl-union (list sdl sdl-image sdl-mixer sdl-net sdl-pango))) ("t4k-common" ,t4k-common))) -- cgit v1.2.3