guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/05: gnu: epiphany: Use 'librsvg-for-system'.


From: guix-commits
Subject: 05/05: gnu: epiphany: Use 'librsvg-for-system'.
Date: Thu, 13 Oct 2022 06:09:43 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit cc58a0c62739d93c1d22a9930f11abdb0bd7ac04
Author: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
AuthorDate: Wed Oct 12 14:24:13 2022 +0200

    gnu: epiphany: Use 'librsvg-for-system'.
    
    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>
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 @@ a secret password store, an adblocker, and a modern UI.")
            libhandy
            libnotify
            libportal
-           librsvg                      ; for loading SVG files
+           (librsvg-for-system)         ; for loading SVG files
            libsecret
            libsoup
            libxslt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]