From cce9eb19386063a86a50d9eaf8fac4f70b871435 Mon Sep 17 00:00:00 2001 From: 宋文武 Date: Sat, 12 Mar 2022 11:44:58 +0800 Subject: gnu: eog: Wrap with gsettings schemas. * gnu/packages/gnome.scm (eog)[arguments]: Add #:glib-or-gtk? #t. --- gnu/packages/gnome.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 381ea04ea0..212862a515 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6424,7 +6424,8 @@ supports playlists, song ratings, and any codecs installed through gstreamer.") (patches (search-patches "eog-update-libportal-usage.patch")))) (build-system meson-build-system) (arguments - `(#:configure-flags + `(#:glib-or-gtk? #t + #: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")) -- cgit v1.2.3