diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-08-15 00:59:01 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-08-15 05:45:47 +0300 |
commit | 9ec01025badebbc94f3856f60d61bd091c7c05db (patch) | |
tree | 15ee4553f3c9e836a2900c95ac5a21125dafee9b | |
parent | de234a43d1ec57186a39be23198ffe540c520a5a (diff) | |
download | guix-9ec01025badebbc94f3856f60d61bd091c7c05db.tar.gz guix-9ec01025badebbc94f3856f60d61bd091c7c05db.zip |
gnu: tuxmath: Build with librsvg-for-system.
* gnu/packages/education.scm (tuxmath)[inputs]: Replace librsvg with
librsvg-for-system.
-rw-r--r-- | gnu/packages/education.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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))) |