summaryrefslogtreecommitdiff
path: root/gnu/packages/networking.scm
diff options
context:
space:
mode:
authorFelix Gruber <felgru@posteo.net>2021-09-05 16:27:49 +0000
committerGuillaume Le Vaillant <glv@posteo.net>2021-09-06 09:30:52 +0200
commit6900b3c1aa47ed2eb0a1cb2d69794fbab9a7346a (patch)
treec454d00edd98d924d57628257bca9d53cbd80c31 /gnu/packages/networking.scm
parentc5bb7b5d97b341c625c269b21e4958d61e7f40c9 (diff)
downloadguix-patches-6900b3c1aa47ed2eb0a1cb2d69794fbab9a7346a.tar
guix-patches-6900b3c1aa47ed2eb0a1cb2d69794fbab9a7346a.tar.gz
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>
Diffstat (limited to 'gnu/packages/networking.scm')
-rw-r--r--gnu/packages/networking.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index db01771fc7..6109bc1bf7 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -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 @@ Android, and ChromeOS.")
(native-inputs
`(("glib:bin" ,glib "bin")
("gobject-introspection" ,gobject-introspection)
+ ("graphviz" ,graphviz)
("gtk-doc" ,gtk-doc/stable)
("pkg-config" ,pkg-config)))
(inputs