guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: abiword: Use librsvg-for-system.


From: guix-commits
Subject: 01/05: gnu: abiword: 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 a268115ca3d62a09ad2be216295cdeaff37872f0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Mar 5 23:01:40 2023 +0100

    gnu: abiword: Use librsvg-for-system.
    
    This allows us to build abiword for i686-linux.
    
    * gnu/packages/abiword.scm (abiword)[inputs]: Replace librsvg with
    librsvg-for-system.
---
 gnu/packages/abiword.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/abiword.scm b/gnu/packages/abiword.scm
index 2817ca0e89..311c94c2a3 100644
--- a/gnu/packages/abiword.scm
+++ b/gnu/packages/abiword.scm
@@ -1,7 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2014 Marek Benc <merkur32@gmail.com>
 ;;; Copyright © 2016, 2018 Efraim Flashner <efraim@flashner.co.il>
-;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
+;;; Copyright © 2017, 2023 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2017 Leo Famulari <leo@famulari.name>
 ;;; Copyright © 2018, 2021 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2020 Oleg Pykhalov <go.wigust@gmail.com>
@@ -96,7 +96,7 @@
         ("libgsf" ,libgsf)
         ("libjpeg" ,libjpeg-turbo)
         ("libpng" ,libpng)
-        ("librsvg" ,librsvg)
+        ("librsvg" ,(librsvg-for-system))
         ("libxml2" ,libxml2)
         ("libxslt" ,libxslt)
         ("ots" ,ots)



reply via email to

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