[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: wireshark: Inspect HTTP/2 headers.
From: |
guix-commits |
Subject: |
02/03: gnu: wireshark: Inspect HTTP/2 headers. |
Date: |
Sat, 5 Jun 2021 12:35:41 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit f1a4b85af1db7f9f8ffcd96b6db410a88620b17a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jun 5 18:08:30 2021 +0200
gnu: wireshark: Inspect HTTP/2 headers.
* gnu/packages/networking.scm (wireshark)[inputs]: Add nghttp2:lib.
---
gnu/packages/networking.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 60d9cfa..804a951 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1506,6 +1506,7 @@ of the same name.")
("lz4" ,lz4)
("lua" ,lua-5.2) ;Lua 5.3 unsupported
("krb5" ,mit-krb5)
+ ("nghttp2:lib" ,nghttp2 "lib")
("minizip" ,minizip)
("qtbase" ,qtbase)
("qtmultimedia" ,qtmultimedia)