tcpdump: use checkInputs, fix tests
This commit is contained in:
parent
15e96bd4d2
commit
3b16f3d467
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, libpcap }:
|
{ stdenv, fetchurl, libpcap, perl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "tcpdump-${version}";
|
name = "tcpdump-${version}";
|
||||||
@ -16,6 +16,12 @@ stdenv.mkDerivation rec {
|
|||||||
# sha256 = "1vzrvn1q7x28h18yskqc390y357pzpg5xd3pzzj4xz3llnvsr64p";
|
# sha256 = "1vzrvn1q7x28h18yskqc390y357pzpg5xd3pzzj4xz3llnvsr64p";
|
||||||
# };
|
# };
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
patchShebangs tests
|
||||||
|
'';
|
||||||
|
|
||||||
|
checkInputs = [ perl ];
|
||||||
|
|
||||||
buildInputs = [ libpcap ];
|
buildInputs = [ libpcap ];
|
||||||
|
|
||||||
configureFlags = stdenv.lib.optional
|
configureFlags = stdenv.lib.optional
|
||||||
|
Loading…
x
Reference in New Issue
Block a user