mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-27 19:35:10 -06:00
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 <sharlatanus@gmail.com>
This commit is contained in:
parent
ac103f7fff
commit
188f7d0d8a
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue