unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#50404] [[PATCH core-updates-frozen]] gnu: libnice: Fix build.
@ 2021-09-05 16:27 Felix Gruber
  2021-09-06  8:20 ` bug#50404: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Felix Gruber @ 2021-09-05 16:27 UTC (permalink / raw)
  To: 50404; +Cc: Felix Gruber

* 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(+)

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
-- 
2.30.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#50404: [[PATCH core-updates-frozen]] gnu: libnice: Fix build.
  2021-09-05 16:27 [bug#50404] [[PATCH core-updates-frozen]] gnu: libnice: Fix build Felix Gruber
@ 2021-09-06  8:20 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2021-09-06  8:20 UTC (permalink / raw)
  To: Felix Gruber; +Cc: 50404-done

[-- Attachment #1: Type: text/plain, Size: 66 bytes --]

Patch pushed as 6900b3c1aa47ed2eb0a1cb2d69794fbab9a7346a.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-06  8:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-05 16:27 [bug#50404] [[PATCH core-updates-frozen]] gnu: libnice: Fix build Felix Gruber
2021-09-06  8:20 ` bug#50404: " Guillaume Le Vaillant

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).