guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: goffice: Use librsvg-for-system.


From: guix-commits
Subject: 02/05: gnu: goffice: Use librsvg-for-system.
Date: Sun, 5 Mar 2023 17:43:56 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit e67f6aa8eb6e3923889db6d6de57464ae7381e6e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Mar 5 23:02:23 2023 +0100

    gnu: goffice: Use librsvg-for-system.
    
    This lets us build goffice for i686-linux.
    
    * gnu/packages/gnome.scm (goffice)[inputs]: Replace librsvg with
    librsvg-for-system.
---
 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 0b7d10c6a8..15830fd431 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4335,7 +4335,7 @@ Hints specification (EWMH).")
                                               (assoc-ref %outputs "doc")
                                               "/share/gtk-doc/html"))))
     (inputs
-     (list gtk+ libgsf librsvg libxslt libxml2))
+     (list gtk+ libgsf (librsvg-for-system) libxslt libxml2))
     (native-inputs
      (list intltool `(,glib "bin") pkg-config))
     (home-page "https://developer.gnome.org/goffice/";)



reply via email to

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