wireshark: set mainProgram

It'd try to run wireshark-qt or wireshark-cli otherwise.
This commit is contained in:
Atemu
2021-05-25 03:12:11 +02:00
committed by Matthieu Coudron
parent 0e91b031f6
commit cc73a46e9a
@@ -104,5 +104,6 @@ in stdenv.mkDerivation {
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ bjornfor fpletz ];
mainProgram = if withQt then "wireshark" else "tshark";
};
}