mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 21:27:37 -05:00
gnu: gthumb: Build with Meson 0.59.
* gnu/packages/gnome.scm (gthumb)[arguments]: Pass #:meson.
This commit is contained in:
parent
053ac3751e
commit
ae716a4966
1 changed files with 5 additions and 0 deletions
|
@ -11144,6 +11144,11 @@ (define-public gthumb
|
|||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:glib-or-gtk? #t
|
||||
|
||||
;; See
|
||||
;; <https://github.com/mesonbuild/meson/issues/9492#issuecomment-973117289>.
|
||||
#:meson ,meson-0.59
|
||||
|
||||
#:configure-flags
|
||||
;; Ensure the RUNPATH contains all installed library locations.
|
||||
(list (string-append "-Dc_link_args=-Wl,-rpath="
|
||||
|
|
Loading…
Reference in a new issue