emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#56732: closed ([PATCH] gnu: xdot: Build with librsvg-for-system)


From: GNU bug Tracking System
Subject: bug#56732: closed ([PATCH] gnu: xdot: Build with librsvg-for-system)
Date: Mon, 01 Aug 2022 09:35:02 +0000

Your message dated Mon, 01 Aug 2022 11:34:02 +0200
with message-id <87ilnc1f5h.fsf@gnu.org>
and subject line Re: bug#56732: [PATCH] gnu: xdot: Build with librsvg-for-system
has caused the debbugs.gnu.org bug report #56732,
regarding [PATCH] gnu: xdot: Build with librsvg-for-system
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
56732: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56732
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: xdot: Build with librsvg-for-system Date: Sun, 24 Jul 2022 03:33:51 +0200
* 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#56732: [PATCH] gnu: xdot: Build with librsvg-for-system Date: Mon, 01 Aug 2022 11:34:02 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> skribis:

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

Applied, thanks!


--- End Message ---

reply via email to

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