wireshark: set mainProgram

It'd try to run wireshark-qt or wireshark-cli otherwise.
master
Atemu 2021-05-23 14:54:17 +02:00 committed by Matthieu Coudron
parent 0e91b031f6
commit cc73a46e9a
1 changed files with 1 additions and 0 deletions

View File

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