diff mbox series

[bug#50404,[PATCH,core-updates-frozen] ] gnu: libnice: Fix build.

Message ID 20210905162749.12273-1-felgru@posteo.net
State Accepted
Headers show
Series [bug#50404,[PATCH,core-updates-frozen] ] gnu: libnice: Fix build. | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Felix Gruber Sept. 5, 2021, 4:27 p.m. UTC
* gnu/packages/networking.scm (libnice)[native-inputs]: Add graphviz
  which is required to provide the dot program.
---
 gnu/packages/networking.scm | 2 ++
 1 file changed, 2 insertions(+)

Comments

Guillaume Le Vaillant Sept. 6, 2021, 8:20 a.m. UTC | #1
Patch pushed as 6900b3c1aa47ed2eb0a1cb2d69794fbab9a7346a.
Thanks.
diff mbox series

Patch

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