guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: wireshark: Fix build.


From: guix-commits
Subject: branch master updated: gnu: wireshark: Fix build.
Date: Sat, 01 Jan 2022 18:30:41 -0500

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 <mail@nicolasgoaziou.fr>
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

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