From ae045f2569b6bf5822aca975a106f9e58c7138e3 Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Fri, 6 Aug 2004 10:01:15 +0000 Subject: also add nmap here svn path=/nixpkgs/trunk/; revision=1238 --- pkgs/system/all-packages-generic.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkgs/system/all-packages-generic.nix') diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix index 5e013ab30a4..05a28bc317c 100644 --- a/pkgs/system/all-packages-generic.nix +++ b/pkgs/system/all-packages-generic.nix @@ -137,6 +137,10 @@ rec { inherit fetchurl stdenv; }; + nmap = (import ../tools/security/nmap) { + inherit fetchurl stdenv; + }; + ### SHELLS bash = (import ../shells/bash) { -- cgit 1.4.1