wireshark: add brotli support (#485263)

This commit is contained in:
Bjørn Forsman
2026-01-31 12:50:47 +00:00
committed by GitHub
@@ -47,6 +47,7 @@
wrapGAppsHook3,
zlib-ng,
zstd,
brotli,
withQt ? true,
qt6 ? null,
@@ -127,6 +128,7 @@ stdenv.mkDerivation rec {
speexdsp
zlib-ng
zstd
brotli
]
++ lib.optionals withQt (
with qt6;