guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: gnu: libnice: Fix build.


From: guix-commits
Subject: 01/04: gnu: libnice: Fix build.
Date: Mon, 6 Sep 2021 04:19:14 -0400 (EDT)

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

commit 6900b3c1aa47ed2eb0a1cb2d69794fbab9a7346a
Author: Felix Gruber <felgru@posteo.net>
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 <glv@posteo.net>
---
 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 <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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]