guix-commits
[Top][All Lists]
Advanced

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

21/41: gnu: rawtherapee: Build with librsvg-for-system.


From: guix-commits
Subject: 21/41: gnu: rawtherapee: Build with librsvg-for-system.
Date: Mon, 14 Aug 2023 22:49:02 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit b819c550383df0735d0683edda97a24fadcb368b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Aug 14 23:11:12 2023 +0300

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

diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index 0f1c452653..72050a25aa 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2014, 2015, 2017, 2019, 2021 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2015, 2017 Andreas Enge <andreas@enge.fr>
-;;; Copyright © 2016, 2017, 2018, 2019, 2021 Efraim Flashner 
<efraim@flashner.co.il>
+;;; Copyright © 2016-2019, 2021, 2023 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2017 Roel Janssen <roel@gnu.org>
 ;;; Copyright © 2018–2022 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2018 Leo Famulari <leo@famulari.name>
@@ -796,7 +796,7 @@ a complete panorama and stitch any series of overlapping 
pictures.")
            libiptcdata
            libjpeg-turbo
            libpng
-           librsvg
+           (librsvg-for-system)
            libsigc++
            libtiff
            zlib))



reply via email to

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