all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#58467] [PATCH] gnu: epiphany: Use 'librsvg-for-system'.
@ 2022-10-12 12:24 Denis 'GNUtoo' Carikli
  2022-10-13 10:21 ` bug#58467: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Denis 'GNUtoo' Carikli @ 2022-10-12 12:24 UTC (permalink / raw)
  To: 58467; +Cc: Denis 'GNUtoo' Carikli

This adds support for non x86_64 architectures.

* gnu/packages/gnome.scm (epiphany)[inputs]: Use
  'librsvg-for-system' instead of 'librsvg'.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 18001ccff2..09a991b14c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7286,7 +7286,7 @@ (define-public epiphany
            libhandy
            libnotify
            libportal
-           librsvg                      ; for loading SVG files
+           (librsvg-for-system)         ; for loading SVG files
            libsecret
            libsoup
            libxslt

base-commit: e1baf802ccd8af4f7b416b0987db706f2dbfc42f
-- 
2.38.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#58467: [PATCH] gnu: epiphany: Use 'librsvg-for-system'.
  2022-10-12 12:24 [bug#58467] [PATCH] gnu: epiphany: Use 'librsvg-for-system' Denis 'GNUtoo' Carikli
@ 2022-10-13 10:21 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2022-10-13 10:21 UTC (permalink / raw)
  To: Denis 'GNUtoo' Carikli; +Cc: 58467-done

[-- Attachment #1: Type: text/plain, Size: 447 bytes --]


Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> writes:

> This adds support for non x86_64 architectures.
>
> * gnu/packages/gnome.scm (epiphany)[inputs]: Use
>   'librsvg-for-system' instead of 'librsvg'.
>
> Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
> ---
>  gnu/packages/gnome.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks, pushed to master as cc58a0c62739d93c1d22a9930f11abdb0bd7ac04.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-13 10:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-12 12:24 [bug#58467] [PATCH] gnu: epiphany: Use 'librsvg-for-system' Denis 'GNUtoo' Carikli
2022-10-13 10:21 ` bug#58467: " Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.