nmap: extend platforms

Tested briefly by @jcf on darwin, web site claims BSDs are also supported.
This commit is contained in:
Vladimír Čunát 2015-03-18 23:51:19 +01:00
parent 38db12b96d
commit 80c7a6f107

View file

@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
description = "A free and open source utility for network discovery and security auditing";
homepage = http://www.nmap.org;
license = licenses.gpl2;
platforms = platforms.linux;
platforms = platforms.all;
maintainers = with maintainers; [ mornfall thoughtpolice ];
};
}