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

commit 11467075c37f67f0f65dc1853e0aed77c56864e2
Author: Nicolas Graves <[email protected]>
AuthorDate: Mon Sep 15 09:47:31 2025 +0200

    gnu: gnome-authenticator: Extend with (cargo-guile-json).
    
    * gnu/packages/gnome.scm (gnome-authenticator)[arguments]
    <#:phases>: Extend with (cargo-guile-json).
    
    Change-Id: I80c827a7f967e460bf3c49329bc0ab007b6a1c19
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/gnome.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0d6a6b36a4..24f9359e12 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10549,6 +10549,7 @@ specified duration and save it as a GIF encoded 
animated image file.")
                   (guix build meson-build-system)
                   (guix build utils))
       #:phases
+      (with-extensions (list (cargo-guile-json))
       #~(modify-phases %standard-phases
           (add-after 'unpack 'prepare-for-build
             (lambda _
@@ -10575,7 +10576,7 @@ specified duration and save it as a GIF encoded 
animated image file.")
                '(unpack-rust-crates
                  configure
                  check-for-pregenerated-files
-                 patch-cargo-checksums)))))))
+                 patch-cargo-checksums))))))))
     (native-inputs
      (append
       (list gettext-minimal

Reply via email to