glv pushed a commit to branch core-updates-frozen
in repository guix.

commit 6900b3c1aa47ed2eb0a1cb2d69794fbab9a7346a
Author: Felix Gruber <[email protected]>
AuthorDate: Sun Sep 5 16:27:49 2021 +0000

    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 <[email protected]>
---
 gnu/packages/networking.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index db01771..6109bc1 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -44,6 +44,7 @@
 ;;; Copyright © 2021 Hartmut Goebel <[email protected]>
 ;;; Copyright © 2021 Justin Veilleux <[email protected]>
 ;;; Copyright © 2021 Vinicius Monego <[email protected]>
+;;; Copyright © 2021 Felix Gruber <[email protected]>
 ;;;
 ;;; 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

Reply via email to