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 @@ (define-public eog (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"))