unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#56732] [PATCH] gnu: xdot: Build with librsvg-for-system
@ 2022-07-24  1:33 Denis 'GNUtoo' Carikli
  2022-08-01  9:34 ` bug#56732: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Denis 'GNUtoo' Carikli @ 2022-07-24  1:33 UTC (permalink / raw)
  To: 56732; +Cc: Denis 'GNUtoo' Carikli

* gnu/packages/graphviz.scm (xdot)[inputs]: Replace librsvg with
  librsvg-for-system.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.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 @@ (define-public xdot
                  (,(dirname (search-input-file inputs "bin/dot"))))))))))
     (inputs
      (list atk
-           librsvg
+           (librsvg-for-system)
            harfbuzz
            graphviz
            gtk+

base-commit: 7aab4eddd04e4b26986903680b28dce2de0f4db0
-- 
2.37.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#56732: [PATCH] gnu: xdot: Build with librsvg-for-system
  2022-07-24  1:33 [bug#56732] [PATCH] gnu: xdot: Build with librsvg-for-system Denis 'GNUtoo' Carikli
@ 2022-08-01  9:34 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-08-01  9:34 UTC (permalink / raw)
  To: Denis 'GNUtoo' Carikli; +Cc: 56732-done

Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> skribis:

> * gnu/packages/graphviz.scm (xdot)[inputs]: Replace librsvg with
>   librsvg-for-system.

Applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-01  9:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-24  1:33 [bug#56732] [PATCH] gnu: xdot: Build with librsvg-for-system Denis 'GNUtoo' Carikli
2022-08-01  9:34 ` bug#56732: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).