[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: eog: Wrap with gsettings schemas.
From: |
guix-commits |
Subject: |
01/02: gnu: eog: Wrap with gsettings schemas. |
Date: |
Fri, 11 Mar 2022 23:17:18 -0500 (EST) |
iyzsong pushed a commit to branch master
in repository guix.
commit cce9eb19386063a86a50d9eaf8fac4f70b871435
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sat Mar 12 11:44:58 2022 +0800
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"))