guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

commit 651d720dc85da47842dd4179275a5ae9d11ba02d
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Tue Mar 31 00:53:50 2026 +0900

    gnu: xdg-desktop-portal: Fix tests.
    
    * gnu/packages/freedesktop.scm (xdg-desktop-portal)
    [native-inputs]: Add librsvg.
    
    Change-Id: I90e1f9b5997aba09ec8d1994666550a91ff93f2b
    Signed-off-by: NoĆ© Lopez <[email protected]>
---
 gnu/packages/freedesktop.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 8ff4b0a6ca..f71037c95f 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -3310,6 +3310,7 @@ compatible with the well-known scripts of the same name.")
      (list gettext-minimal
            `(,glib "bin")
            gst-plugins-good             ;for wavparse plugin
+           (librsvg-for-system)         ;SVG loader needed for one test
            pkg-config
            python
            python-dbusmock

Reply via email to