summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2021-11-17 20:49:08 -0500
committerTimothy Sample <samplet@ngyro.com>2021-11-18 10:10:08 -0500
commit4a77a70db05e63714175b68fdd99fb6b461896a5 (patch)
treef047ff42bb7a8c153f9aab73985633af2ecb644c
parent2b3046beca1b35e03f975fb95956f32eb46dee8c (diff)
downloadguix-patches-4a77a70db05e63714175b68fdd99fb6b461896a5.tar
guix-patches-4a77a70db05e63714175b68fdd99fb6b461896a5.tar.gz
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.
-rw-r--r--gnu/packages/gnome.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index cb9f7afb78..75b4e2ced4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6474,7 +6474,8 @@ supports playlists, song ratings, and any codecs installed through gstreamer.")
"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"))