diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-08-15 00:58:18 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-08-15 05:45:47 +0300 |
commit | de234a43d1ec57186a39be23198ffe540c520a5a (patch) | |
tree | 69d4d71781c2a043e3f5c87a398af264c95c8b10 /gnu/packages | |
parent | 1fbfab7b782ef6af07d0602d1e055d93664d346c (diff) | |
download | guix-de234a43d1ec57186a39be23198ffe540c520a5a.tar.gz guix-de234a43d1ec57186a39be23198ffe540c520a5a.zip |
gnu: t4k-common: Build with librsvg-for-system.
* gnu/packages/education.scm (t4k-common)[inputs]: Replace librsvg with
librsvg-for-system.
Diffstat (limited to 'gnu/packages')
-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 54380e7ebb..9053712283 100644 --- a/gnu/packages/education.scm +++ b/gnu/packages/education.scm @@ -876,7 +876,7 @@ endless. For example: (inputs `(("font-andika" ,font-sil-andika) ("libpng" ,libpng) - ("librsvg" ,librsvg) + ("librsvg" ,(librsvg-for-system)) ("libxml2" ,libxml2) ("sdl" ,(sdl-union (list sdl sdl-image sdl-mixer sdl-net sdl-pango))))) (home-page "https://github.com/tux4kids/t4kcommon") |