guix-commits
[Top][All Lists]
Advanced

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

28/41: gnu: florence: Build with librsvg-for-system.


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

efraim pushed a commit to branch master
in repository guix.

commit 561c8851162441d2d997804cf4afb69ced2edb07
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Aug 15 00:06:24 2023 +0300

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

diff --git a/gnu/packages/accessibility.scm b/gnu/packages/accessibility.scm
index e0a362ae4a..0b5fb79f13 100644
--- a/gnu/packages/accessibility.scm
+++ b/gnu/packages/accessibility.scm
@@ -3,7 +3,7 @@
 ;;; Copyright © 2017 Stefan Reichör <stefan@xsteve.at>
 ;;; Copyright © 2018, 2021, 2022 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2019 Andrew Miloradovsky <andrew@interpretmath.pw>
-;;; Copyright © 2020 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2020, 2023 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2022 Hunter Jozwiak <hunter.t.joz@gmail.com>
 ;;; Copyright © 2023 Ivan Gankevich <igankevich@capybaramail.xyz>
 ;;;
@@ -212,7 +212,7 @@ incorporated.")
     (inputs
      (list libxml2
            libglade
-           librsvg
+           (librsvg-for-system)
            gstreamer
            cairo
            gtk+



reply via email to

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