mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
gnu: librsvg: Fix gdk-pixbuf-thumbnailer file name.
* gnu/packages/gnome.scm (librsvg) [arguments]: Add patch-gdk-pixbuf-thumbnailer phase.
This commit is contained in:
parent
7c88cfdb01
commit
df3391c030
1 changed files with 8 additions and 0 deletions
|
@ -3628,6 +3628,14 @@ (define-public librsvg
|
|||
("rust-yeslogic-fontconfig-sys" ,rust-yeslogic-fontconfig-sys-2))
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'patch-gdk-pixbuf-thumbnailer
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
;; The gdk-pixbuf-thumbnailer location is assumed to be relative
|
||||
;; to librsvg's own installation prefix (see:
|
||||
;; https://gitlab.gnome.org/GNOME/librsvg/-/issues/955).
|
||||
(substitute* "gdk-pixbuf-loader/librsvg.thumbnailer.in"
|
||||
(("@bindir@/gdk-pixbuf-thumbnailer")
|
||||
(search-input-file inputs "bin/gdk-pixbuf-thumbnailer")))))
|
||||
(add-after 'unpack 'prepare-for-build
|
||||
(lambda _
|
||||
;; In lieu of #:make-flags
|
||||
|
|
Loading…
Reference in a new issue