guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 72dae1fb35aabbcf1868303dac849ddf362656d5
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon Aug 3 18:32:28 2026 +0900

    gnu: snapshot: Fix build.
    
    * gnu/packages/gnome.scm (snapshot) [inputs]: Replace glycin-loaders with
    libglycin.
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 7a9211527f..c165d02d6f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12116,7 +12116,7 @@ meson.project_source_root() / 'Cargo.toml',"))
                               '())))
     (inputs (cons* bash-minimal
                    glib
-                   glycin-loaders
+                   libglycin
                    gst-plugins-bad
                    gst-plugins-good
                    `(,gst-plugins-rs "video")

Reply via email to