guix-commits
[Top][All Lists]
Advanced

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

06/13: gnu: xdot: Build with librsvg-for-system.


From: guix-commits
Subject: 06/13: gnu: xdot: Build with librsvg-for-system.
Date: Mon, 1 Aug 2022 08:11:19 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 49000523d22e31334525fedb9a8913dd8f2e21a0
Author: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
AuthorDate: Sun Jul 24 03:33:51 2022 +0200

    gnu: xdot: Build with librsvg-for-system.
    
    * gnu/packages/graphviz.scm (xdot)[inputs]: Replace librsvg with
      librsvg-for-system.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/graphviz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm
index 68d0741957..a49fe348e8 100644
--- a/gnu/packages/graphviz.scm
+++ b/gnu/packages/graphviz.scm
@@ -12,6 +12,7 @@
 ;;; Copyright © 2021 Bonface Munyoki Kilyungi <me@bonfacemunyoki.com>
 ;;; Copyright © 2021 Giacomo Leidi <goodoldpaul@autistici.org>
 ;;; Copyright © 2021 Justin Veilleux <terramorpha@cock.li>
+;;; Copyright © 2021 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -350,7 +351,7 @@ Graphviz and LaTeX.")
                  (,(dirname (search-input-file inputs "bin/dot"))))))))))
     (inputs
      (list atk
-           librsvg
+           (librsvg-for-system)
            harfbuzz
            graphviz
            gtk+



reply via email to

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