mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
Updating kismet
svn path=/nixpkgs/trunk/; revision=20934
This commit is contained in:
parent
39c24a4801
commit
bb8a2181ad
@ -1,14 +1,14 @@
|
||||
{stdenv, fetchurl, libpcap, ncurses, expat}:
|
||||
{stdenv, fetchurl, libpcap, ncurses, expat, pcre}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "kismet-2008-05-r1";
|
||||
name = "kismet-2010-01-r1";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://www.kismetwireless.net/code/kismet-2008-05-R1.tar.gz;
|
||||
sha256 = "a298d44f8a6ec977021cd492a720987ded81b5c4baf5f68b36f1282a23c9f7d3";
|
||||
url = http://www.kismetwireless.net/code/kismet-2010-01-R1.tar.gz;
|
||||
sha256 = "106qird64x1v29nz6k5zs9dxxdq6q7fb7d6np0pnwm3dd2p1w7cx";
|
||||
};
|
||||
|
||||
buildInputs = [libpcap ncurses expat];
|
||||
buildInputs = [libpcap ncurses expat pcre];
|
||||
postConfigure =
|
||||
"sed -e 's@-o \$(INSTUSR)@@' \\
|
||||
-e 's@-g \$(INSTGRP)@@' \\
|
||||
|
@ -990,7 +990,7 @@ let
|
||||
};
|
||||
|
||||
kismet = import ../applications/networking/sniffers/kismet {
|
||||
inherit fetchurl stdenv libpcap ncurses expat;
|
||||
inherit fetchurl stdenv libpcap ncurses expat pcre;
|
||||
};
|
||||
|
||||
ktorrent = import ../tools/networking/p2p/ktorrent {
|
||||
|
Loading…
Reference in New Issue
Block a user