guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit da234ffd7f7dad31941a29c51fbaed86ba5a52b4
Author: Nicolas Graves <[email protected]>
AuthorDate: Sun Sep 14 23:17:51 2025 +0200
gnu: librsvg: Extend with (cargo-guile-json).
* gnu/packages/gnome.scm (librsvg)[arguments]
<#:phases>: Extend with (cargo-guile-json).
Change-Id: Idd8c2c0681ffdc2a5cf3a73f0b1b606db38994c5
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 8e627ff4f8..0d6a6b36a4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3660,6 +3660,7 @@ for dealing with different structured file formats.")
(guix build gnu-build-system)
(guix build utils))
#:phases
+ (with-extensions (list (cargo-guile-json))
#~(modify-phases %standard-phases
(add-after 'unpack 'patch-gdk-pixbuf-thumbnailer
(lambda* (#:key inputs #:allow-other-keys)
@@ -3711,7 +3712,7 @@ for dealing with different structured file formats.")
'(unpack-rust-crates
configure
check-for-pregenerated-files
- patch-cargo-checksums)))))))
+ patch-cargo-checksums))))))))
(native-inputs
(append
(list gdk-pixbuf