guix_mirror_bot pushed a commit to branch master
in repository guix.

commit af411a4dac5e776bae3208164fb5579b3c6fce47
Author: NoĆ© Lopez <[email protected]>
AuthorDate: Tue Aug 25 01:08:21 2026 +0200

    gnu: gnome-mahjongg: Fix build.
    
    * gnu/packages/gnome-circle.scm (gnome-mahjongg)[inputs]: Add librsvg.
    
    Change-Id: I234a8ab52b5836bc166d1f0762f16b03c58fabb5
---
 gnu/packages/gnome-circle.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome-circle.scm b/gnu/packages/gnome-circle.scm
index 6b75fe9fe0..04f195180b 100644
--- a/gnu/packages/gnome-circle.scm
+++ b/gnu/packages/gnome-circle.scm
@@ -675,7 +675,8 @@ Aegis (encrypted / plain-text), andOTP, Google Authenticator
     (inputs
      (list glib
            gtk
-           libadwaita))
+           libadwaita
+           librsvg))
     (synopsis "Mahjongg tile-matching game")
     (description "GNOME Mahjongg is a game based on the classic Chinese
 tile-matching game Mahjongg.  It features multiple board layouts, tile themes,

Reply via email to