gnu: libnice: Fix build.

* gnu/packages/networking.scm (libnice)[native-inputs]: Add graphviz
  which is required to provide the dot program.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
Felix Gruber 2021-09-05 16:27:49 +00:00 committed by Guillaume Le Vaillant
parent c5bb7b5d97
commit 6900b3c1aa
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -44,6 +44,7 @@
;;; Copyright © 2021 Hartmut Goebel <h.goebel@crazy-compilers.com>
;;; Copyright © 2021 Justin Veilleux <terramorpha@cock.li>
;;; Copyright © 2021 Vinicius Monego <monego@posteo.net>
;;; Copyright © 2021 Felix Gruber <felgru@posteo.net>
;;;
;;; This file is part of GNU Guix.
;;;
@ -303,6 +304,7 @@ (define-public libnice
(native-inputs
`(("glib:bin" ,glib "bin")
("gobject-introspection" ,gobject-introspection)
("graphviz" ,graphviz)
("gtk-doc" ,gtk-doc/stable)
("pkg-config" ,pkg-config)))
(inputs