summary refs log tree commit diff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2023-08-18 19:04:28 +0300
committerEfraim Flashner <efraim@flashner.co.il>2023-08-18 22:47:52 +0300
commit2d8eea832b6072ca1b9494e578998a6f7cfc9e2f (patch)
treefd59f40bc78fca5b1d6b596f974c2be3c8010386 /gnu/packages/gnome.scm
parentcc07acea3f6ec0c3479ee68845f29a20bec6843d (diff)
downloadguix-2d8eea832b6072ca1b9494e578998a6f7cfc9e2f.tar.gz
gnu: gnome-sudoku: Build with librsvg-for-system.
* gnu/packages/gnome.scm (gnome-sudoku)[inputs]: Replace librsvg with
librsvg-for-system.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 05397585c8..989d02ef83 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5387,7 +5387,7 @@ once.")
      (list gtk+
            json-glib
            libgee
-           librsvg
+           (librsvg-for-system)
            qqwing))
     (home-page "https://wiki.gnome.org/Apps/Sudoku")
     (synopsis "Japanese logic game")