summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2023-03-05 23:01:40 +0100
committerRicardo Wurmus <rekado@elephly.net>2023-03-05 23:42:28 +0100
commita268115ca3d62a09ad2be216295cdeaff37872f0 (patch)
treef612908e4fb5768844d2ff9e58790d68c8b1e071
parent2397f4768091210b0a705ef750f2f38d6946fb89 (diff)
downloadguix-patches-a268115ca3d62a09ad2be216295cdeaff37872f0.tar
guix-patches-a268115ca3d62a09ad2be216295cdeaff37872f0.tar.gz
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.
-rw-r--r--gnu/packages/abiword.scm4
1 files 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)