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

commit b168e23dcb33d3e82a429b837e8b83024e3baf41
Author: NoĆ© Lopez <[email protected]>
AuthorDate: Mon Jan 5 13:20:13 2026 +0100

    gnu: mutter: Support JPEG XL backgrounds.
    
    * gnu/packages/gnome.scm (mutter)[propagated-inputs]: Add
    libjxl:pixbuf-loader.
    
    Fixes: guix/guix#4757
    Reported-By: Brendan Tildesley
    Change-Id: I1ac1dff05906d6172a3d6203eec59e6b2be65763
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 gnu/packages/gnome.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 850941adf3..a3f4867941 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8073,6 +8073,7 @@ to display dialog boxes from the commandline and shell 
scripts.")
       libinput
       libice
       libsm
+      `(,libjxl "pixbuf-loader")        ;for the jxl backgrounds
       libxkbfile
       libxrandr
       libwacom

Reply via email to