mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
add ethereal
svn path=/nixpkgs/trunk/; revision=4212
This commit is contained in:
parent
8797e21c6c
commit
98efb8f3ab
1 changed files with 10 additions and 0 deletions
10
pkgs/applications/networking/sniffers/ethereal/default.nix
Normal file
10
pkgs/applications/networking/sniffers/ethereal/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{stdenv, fetchurl, perl, pkgconfig, glib, libpcap}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "ethereal-0.10.13";
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.sunet.se/pub/network/monitoring/ethereal/ethereal-0.10.13.tar.bz2;
|
||||
md5 = "08d277951ff6f6a93c752abebd85d5bc";
|
||||
};
|
||||
buildInputs = [perl pkgconfig glib libpcap];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue