guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: gegl: Build with librsvg-for-system.


From: guix-commits
Subject: 01/06: gnu: gegl: Build with librsvg-for-system.
Date: Tue, 9 May 2023 02:59:55 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 3d6f7a45d97e8c84f169cb98be980c03dfc60f7f
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon May 8 21:57:06 2023 +0300

    gnu: gegl: Build with librsvg-for-system.
    
    * gnu/packages/gimp.scm (gegl)[inputs]: Replace librsvg with
    librsvg-for-system.
---
 gnu/packages/gimp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index 73102e30cf..1598064c86 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -1,7 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2014, 2015, 2021 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2016, 2018 Ricardo Wurmus <rekado@elephly.net>
-;;; Copyright © 2016, 2017, 2018, 2020 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2016-2018, 2020, 2023 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2018 Leo Famulari <leo@famulari.name>
 ;;; Copyright © 2018 Thorsten Wilms <t_w_@freenet.de>
@@ -261,7 +261,7 @@ provided, as well as a framework to add new color models 
and data types.")
        ("libnsgif" ,libnsgif)
        ("libpng" ,libpng)
        ("libraw" ,libraw)
-       ("librsvg" ,librsvg)
+       ("librsvg" ,(librsvg-for-system))
        ("libspiro" ,libspiro)
        ("libtiff" ,libtiff)
        ("libwebp" ,libwebp)



reply via email to

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