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

commit 34926d1cdc2775cca3b1b39689e0352e370e21ae
Author: Nicolas Graves <[email protected]>
AuthorDate: Mon Sep 15 13:23:42 2025 +0200

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

diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index 824596d61f..72e61e7a57 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -1298,6 +1298,7 @@ repositories.")
                   (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 _
@@ -1320,7 +1321,7 @@ repositories.")
                '(unpack-rust-crates
                  configure
                  check-for-pregenerated-files
-                 patch-cargo-checksums)))))))
+                 patch-cargo-checksums))))))))
     (native-inputs (list clang pkg-config rust `(,rust "cargo")))
     (inputs (cons* glib gtk libadwaita pipewire (cargo-inputs 'helvum)))
     (home-page "https://gitlab.freedesktop.org/pipewire/helvum";)

Reply via email to