diff options
| author | Roman Riabenko <roman@riabenko.com> | 2026-02-14 19:19:32 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-14 22:06:34 +0100 |
| commit | 65f8a855faa4451dd940ed8b67f127f6a4418b24 (patch) | |
| tree | 45c897e1da2968342b9cdc49ddbae5247b1f505b /gnu/packages | |
| parent | 8fff5f2fe80feb134f38442423acf7864075e243 (diff) | |
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 <andreas@enge.fr>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/gnome.scm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 53932f546b4..a42f6029ec5 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm | |||
| @@ -83,6 +83,7 @@ | |||
| 83 | ;;; Copyright © 2025 Noé Lopez <noelopez@free.fr> | 83 | ;;; Copyright © 2025 Noé Lopez <noelopez@free.fr> |
| 84 | ;;; Copyright © 2025 Ashvith Shetty <ashvithshetty0010@zohomail.in> | 84 | ;;; Copyright © 2025 Ashvith Shetty <ashvithshetty0010@zohomail.in> |
| 85 | ;;; Copyright © 2025 Artyom V. Poptsov <poptsov.artyom@gmail.com> | 85 | ;;; Copyright © 2025 Artyom V. Poptsov <poptsov.artyom@gmail.com> |
| 86 | ;;; Copyright © 2026 Roman Riabenko <roman@riabenko.com> | ||
| 86 | ;;; | 87 | ;;; |
| 87 | ;;; This file is part of GNU Guix. | 88 | ;;; This file is part of GNU Guix. |
| 88 | ;;; | 89 | ;;; |
| @@ -6943,6 +6944,12 @@ supports image conversion, rotation, and slideshows.") | |||
| 6943 | (base32 | 6944 | (base32 |
| 6944 | "0prymlrfh66p03va5aj30wazshp7bn80gzcsj9dgsmss2k512wlb")))) | 6945 | "0prymlrfh66p03va5aj30wazshp7bn80gzcsj9dgsmss2k512wlb")))) |
| 6945 | (build-system meson-build-system) | 6946 | (build-system meson-build-system) |
| 6947 | (arguments | ||
| 6948 | (list | ||
| 6949 | #:configure-flags | ||
| 6950 | ;; Otherwise, building fails because Meson strips libeog from RUNPATH. | ||
| 6951 | #~(list (string-append "-Dc_link_args=-Wl,-rpath=" | ||
| 6952 | #$(this-package-input "eog") "/lib/eog")))) | ||
| 6946 | (home-page "https://wiki.gnome.org/Apps/EyeOfGnome/Plugins") | 6953 | (home-page "https://wiki.gnome.org/Apps/EyeOfGnome/Plugins") |
| 6947 | (synopsis "Extensions for the Eye of GNOME image viewer") | 6954 | (synopsis "Extensions for the Eye of GNOME image viewer") |
| 6948 | (native-inputs | 6955 | (native-inputs |
