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

commit 65e276242d1456a2f53bcdb99d3a029d42ff647f
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 37b14bcb8b..c1995a290a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10550,6 +10550,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 _
@@ -10576,7 +10577,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