Commit a94081e3 authored by eyjhb's avatar eyjhb
Browse files

wireshark: add brotli support

Currently if wireshark-qt is used, wireshark will have brotli support, as
Qt propagated deps seems to be leaking. This changes so that
brotli support is explicitly added, ie. it works in wireshark-cli as well.
parent 6b51cbf7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;