me
/
guix
Archived
1
0
Fork 0

gnu: wireshark: Support more compression algorithms.

* gnu/packages/networking.scm (wireshark)[inputs]: Add google-brotli,
minizip, and zstd:lib.
master
Tobias Geerinckx-Rice 2021-06-05 18:07:23 +02:00
parent debcc760e8
commit 0339829a63
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 1 deletions

View File

@ -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)