gnu: eog: Wrap with gsettings schemas.

* gnu/packages/gnome.scm (eog)[arguments]: Add #:glib-or-gtk? #t.
This commit is contained in:
宋文武 2022-03-12 11:44:58 +08:00
parent d41c82b481
commit cce9eb1938
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -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"))