wireshark: add brotli support (#485263)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user