wireshark: build GUI with gtk3

This should be configurable, I guess.
This commit is contained in:
Peter Simons 2014-01-17 10:37:53 +01:00
parent 47f5d8a5ea
commit ac2a215c10

View File

@ -1,5 +1,5 @@
{ stdenv, fetchurl, pkgconfig, perl, flex, bison, libpcap, libnl, c-ares, gnutls, libgcrypt { stdenv, fetchurl, pkgconfig, perl, flex, bison, libpcap, libnl, c-ares
, geoip, heimdal, lua5, gtk, makeDesktopItem, qt5 , gnutls, libgcrypt, geoip, heimdal, lua5, gtk3, makeDesktopItem
}: }:
let version = "1.11.2"; in let version = "1.11.2"; in
@ -14,10 +14,10 @@ stdenv.mkDerivation {
buildInputs = [ buildInputs = [
bison flex perl pkgconfig libpcap lua5 heimdal libgcrypt gnutls bison flex perl pkgconfig libpcap lua5 heimdal libgcrypt gnutls
geoip libnl c-ares gtk qt5 geoip libnl c-ares gtk3
]; ];
configureFlags = "--disable-usr-local --enable-packet-editor --with-ssl"; configureFlags = "--disable-usr-local --disable-silent-rules --with-gtk3 --without-qt --with-ssl";
desktopItem = makeDesktopItem { desktopItem = makeDesktopItem {
name = "Wireshark"; name = "Wireshark";