wireshark: upgrade to 1.10.3
- cleaned up dependencies - python support is deprecated (upstream) in favor of pyreshark
This commit is contained in:
parent
1b88488988
commit
5771888f4e
@ -1,25 +1,21 @@
|
|||||||
{ stdenv, fetchurl, perl, pkgconfig, gtk, libpcap, flex, bison
|
{ stdenv, fetchurl, pkgconfig, perl, flex, bison, libpcap, libnl, c-ares, gnutls, libgcrypt
|
||||||
, gnutls, libgcrypt, glib, zlib, libxml2, libxslt, adns, geoip
|
, geoip, heimdal, lua5, gtk, makeDesktopItem
|
||||||
, heimdal, python, lynx, lua5
|
|
||||||
, makeDesktopItem
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let version = "1.8.11"; in
|
let version = "1.10.3"; in
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "wireshark-${version}";
|
name = "wireshark-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/wireshark/wireshark-${version}.tar.bz2";
|
url = "mirror://sourceforge/wireshark/wireshark-${version}.tar.bz2";
|
||||||
sha256 = "1nwgizs9z1dalicpp2fd9pqafidy49j0v3d1rml0spfqrkbjpfpw";
|
sha256 = "1329zph63z5mcij9lp111bh6b2w88z3d40gvjld2rjmhmqv1nr61";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ perl pkgconfig gtk libpcap flex bison gnutls libgcrypt
|
[ bison flex perl pkgconfig libpcap lua5 heimdal libgcrypt gnutls geoip libnl c-ares gtk ];
|
||||||
glib zlib libxml2 libxslt adns geoip heimdal python lynx lua5
|
|
||||||
];
|
|
||||||
|
|
||||||
configureFlags = "--disable-usr-local --with-ssl --enable-threads --enable-packet-editor";
|
configureFlags = "--disable-usr-local --enable-packet-editor --with-ssl";
|
||||||
|
|
||||||
desktopItem = makeDesktopItem {
|
desktopItem = makeDesktopItem {
|
||||||
name = "Wireshark";
|
name = "Wireshark";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user