Updated nmap dependencies.

svn path=/nixpkgs/trunk/; revision=9044
This commit is contained in:
Michael Raskin 2007-08-04 12:50:12 +00:00
parent ffc6782e4e
commit 99ab66a124

View File

@ -468,7 +468,9 @@ rec {
};
nmap = import ../tools/security/nmap {
inherit fetchurl stdenv;
inherit fetchurl stdenv libpcap pkgconfig;
inherit (xlibs) libX11;
inherit (gtkLibs) gtk;
};
ntp = import ../tools/networking/ntp {