From a94081e38255ae3204d518499e933ed663bbe036 Mon Sep 17 00:00:00 2001 From: eyjhb Date: Fri, 30 Jan 2026 10:16:25 +0100 Subject: [PATCH] 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. --- pkgs/applications/networking/sniffers/wireshark/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/networking/sniffers/wireshark/default.nix b/pkgs/applications/networking/sniffers/wireshark/default.nix index a965f4734fc5..2242fffc9785 100644 --- a/pkgs/applications/networking/sniffers/wireshark/default.nix +++ b/pkgs/applications/networking/sniffers/wireshark/default.nix @@ -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;