wireshark: set mainProgram

It'd try to run wireshark-qt or wireshark-cli otherwise.
launchpad/nixpkgs/master
Atemu 3 years ago committed by Matthieu Coudron
parent 0e91b031f6
commit cc73a46e9a
  1. 1
      pkgs/applications/networking/sniffers/wireshark/default.nix

@ -104,5 +104,6 @@ in stdenv.mkDerivation {
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ bjornfor fpletz ];
mainProgram = if withQt then "wireshark" else "tshark";
};
}

Loading…
Cancel
Save