Unverified Commit 331db6d0 authored by Bjørn Forsman's avatar Bjørn Forsman Committed by GitHub
Browse files

wireshark: add brotli support (#485263)

parents 241fc08f a94081e3
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;