guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: wireshark: Support more compression algorithms.


From: guix-commits
Subject: 01/03: gnu: wireshark: Support more compression algorithms.
Date: Sat, 5 Jun 2021 12:35:40 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 0339829a633ffd46295e3ce8f30d8bd5f2b56b57
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jun 5 18:07:23 2021 +0200

    gnu: wireshark: Support more compression algorithms.
    
    * gnu/packages/networking.scm (wireshark)[inputs]: Add google-brotli,
    minizip, and zstd:lib.
---
 gnu/packages/networking.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 1912e63..60d9cfa 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1496,6 +1496,7 @@ of the same name.")
      `(("c-ares" ,c-ares)
        ("glib" ,glib)
        ("gnutls" ,gnutls)
+       ("google-brotli" ,google-brotli)
        ("libcap" ,libcap)
        ("libgcrypt" ,libgcrypt)
        ("libnl" ,libnl)
@@ -1505,12 +1506,14 @@ of the same name.")
        ("lz4" ,lz4)
        ("lua" ,lua-5.2)                 ;Lua 5.3 unsupported
        ("krb5" ,mit-krb5)
+       ("minizip" ,minizip)
        ("qtbase" ,qtbase)
        ("qtmultimedia" ,qtmultimedia)
        ("qtsvg" ,qtsvg)
        ("sbc" ,sbc)
        ("snappy" ,snappy)
-       ("zlib" ,zlib)))
+       ("zlib" ,zlib)
+       ("zstd:lib" ,zstd "lib")))
     (native-inputs
      `(("bison" ,bison)
        ("doxygen" ,doxygen)



reply via email to

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