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>
parent
4f57da7668
commit
49000523d2
|
@ -12,6 +12,7 @@
|
||||||
;;; Copyright © 2021 Bonface Munyoki Kilyungi <me@bonfacemunyoki.com>
|
;;; Copyright © 2021 Bonface Munyoki Kilyungi <me@bonfacemunyoki.com>
|
||||||
;;; Copyright © 2021 Giacomo Leidi <goodoldpaul@autistici.org>
|
;;; Copyright © 2021 Giacomo Leidi <goodoldpaul@autistici.org>
|
||||||
;;; Copyright © 2021 Justin Veilleux <terramorpha@cock.li>
|
;;; Copyright © 2021 Justin Veilleux <terramorpha@cock.li>
|
||||||
|
;;; Copyright © 2021 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -350,7 +351,7 @@ Graphviz and LaTeX.")
|
||||||
(,(dirname (search-input-file inputs "bin/dot"))))))))))
|
(,(dirname (search-input-file inputs "bin/dot"))))))))))
|
||||||
(inputs
|
(inputs
|
||||||
(list atk
|
(list atk
|
||||||
librsvg
|
(librsvg-for-system)
|
||||||
harfbuzz
|
harfbuzz
|
||||||
graphviz
|
graphviz
|
||||||
gtk+
|
gtk+
|
||||||
|
|
Reference in New Issue