This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 65f8a855fa gnu: eog-plugins: Fix build.
65f8a855fa is described below
commit 65f8a855faa4451dd940ed8b67f127f6a4418b24
Author: Roman Riabenko <[email protected]>
AuthorDate: Sat Feb 14 19:19:32 2026 +0200
gnu: eog-plugins: Fix build.
Fixes <https://issues.guix.gnu.org/65569>.
* gnu/packages/gnome.scm (eog-plugins)[arguments]: Link libeog.
Change-Id: I74291e823ef3764b8b96541d1c51ddd93f85bbb5
Signed-off-by: Andreas Enge <[email protected]>
---
gnu/packages/gnome.scm | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 53932f546b..a42f6029ec 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -83,6 +83,7 @@
;;; Copyright © 2025 Noé Lopez <[email protected]>
;;; Copyright © 2025 Ashvith Shetty <[email protected]>
;;; Copyright © 2025 Artyom V. Poptsov <[email protected]>
+;;; Copyright © 2026 Roman Riabenko <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -6943,6 +6944,12 @@ supports image conversion, rotation, and slideshows.")
(base32
"0prymlrfh66p03va5aj30wazshp7bn80gzcsj9dgsmss2k512wlb"))))
(build-system meson-build-system)
+ (arguments
+ (list
+ #:configure-flags
+ ;; Otherwise, building fails because Meson strips libeog from RUNPATH.
+ #~(list (string-append "-Dc_link_args=-Wl,-rpath="
+ #$(this-package-input "eog") "/lib/eog"))))
(home-page "https://wiki.gnome.org/Apps/EyeOfGnome/Plugins")
(synopsis "Extensions for the Eye of GNOME image viewer")
(native-inputs