mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: wireshark: Inspect HTTP/2 headers.
* gnu/packages/networking.scm (wireshark)[inputs]: Add nghttp2:lib.
This commit is contained in:
parent
0339829a63
commit
f1a4b85af1
1 changed files with 1 additions and 0 deletions
|
@ -1506,6 +1506,7 @@ (define-public wireshark
|
|||
("lz4" ,lz4)
|
||||
("lua" ,lua-5.2) ;Lua 5.3 unsupported
|
||||
("krb5" ,mit-krb5)
|
||||
("nghttp2:lib" ,nghttp2 "lib")
|
||||
("minizip" ,minizip)
|
||||
("qtbase" ,qtbase)
|
||||
("qtmultimedia" ,qtmultimedia)
|
||||
|
|
Loading…
Reference in a new issue