mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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>
This commit is contained in:
parent
4f57da7668
commit
49000523d2
1 changed files with 2 additions and 1 deletions
|
@ -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+
|
||||
|
|
Loading…
Reference in a new issue