also add nmap here

svn path=/nixpkgs/trunk/; revision=1238
This commit is contained in:
Armijn Hemel 2004-08-06 10:01:15 +00:00
parent 2e2bcda7c2
commit ae045f2569

View file

@ -137,6 +137,10 @@ rec {
inherit fetchurl stdenv;
};
nmap = (import ../tools/security/nmap) {
inherit fetchurl stdenv;
};
### SHELLS
bash = (import ../shells/bash) {