diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2025-09-15 13:23:42 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-10-17 12:04:48 +0200 |
commit | eba81ec16f99526a489fee6a3e5baca027a4580c (patch) | |
tree | d5b177feea5f119734eef6fbf5ca40c849a3da3c | |
parent | 150a890c6b8fe8d75184be4fe10503436243939f (diff) |
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 <sharlatanus@gmail.com>
-rw-r--r-- | gnu/packages/rust-apps.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm index fcd5841868..a33d06b96f 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") |