guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit c4a8ad6529c0879e65f1cf83a973c3796f1dc784
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 bb58b9b372..37b14bcb8b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3661,6 +3661,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)
@@ -3712,7 +3713,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