This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 40892cc188 gnu: wireshark: Fix build.
40892cc188 is described below

commit 40892cc1883d1a49c3329370ad43ff010ed1b124
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Jan 2 00:28:10 2022 +0100

    gnu: wireshark: Fix build.
    
    * gnu/packages/networking.scm (wireshark)[inputs]: Add missing libgcrypt.
---
 gnu/packages/networking.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index a602c3186c..cc9cc61164 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1523,6 +1523,7 @@ of the same name.")
            gnutls
            brotli
            libcap
+           libgcrypt
            libnl
            libpcap
            libssh

Reply via email to