cleanups, build graphical frontend too
svn path=/nixpkgs/trunk/; revision=8677
This commit is contained in:
parent
48039a1e77
commit
c068774f59
@ -1,4 +1,4 @@
|
|||||||
{stdenv, fetchurl, perl, pkgconfig, glib, libpcap}:
|
{stdenv, fetchurl, perl, pkgconfig, gtk, libpcap}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "wireshark-0.99.5";
|
name = "wireshark-0.99.5";
|
||||||
@ -6,5 +6,5 @@ stdenv.mkDerivation {
|
|||||||
url = http://www.wireshark.org/download/src/wireshark-0.99.5.tar.gz;
|
url = http://www.wireshark.org/download/src/wireshark-0.99.5.tar.gz;
|
||||||
sha256 = "0a6fkfdypfp73h1zxva2qxsm2mpkp1jv7p3d42xv5ghfwjqxyi0i";
|
sha256 = "0a6fkfdypfp73h1zxva2qxsm2mpkp1jv7p3d42xv5ghfwjqxyi0i";
|
||||||
};
|
};
|
||||||
buildInputs = [perl pkgconfig glib libpcap];
|
buildInputs = [perl pkgconfig gtk libpcap];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user