guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit f4d78e2591737952ce554adbde2812250c0af02b
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 dbc59c2eb4..d0ca899953 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -1301,6 +1301,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 _
@@ -1323,7 +1324,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")