mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05:00
gnu: eog: Build with Meson 0.59.
See <https://github.com/mesonbuild/meson/issues/9441>. * gnu/packages/gnome.scm (eog)[arguments]: Use meson-0.59.
This commit is contained in:
parent
2b3046beca
commit
4a77a70db0
1 changed files with 2 additions and 1 deletions
|
@ -6474,7 +6474,8 @@ (define-public eog
|
|||
"0ddjwcd77nw0rxb5x5bz5hd671m8gya9827p8rsnb58x103kpai8"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
`(#:meson ,meson-0.59 ;positional arguments error with meson 0.60
|
||||
#:configure-flags
|
||||
;; Otherwise, the RUNPATH will lack the final 'eog' path component.
|
||||
(list (string-append "-Dc_link_args=-Wl,-rpath="
|
||||
(assoc-ref %outputs "out") "/lib/eog"))
|
||||
|
|
Loading…
Reference in a new issue