forked from mirrors/nixpkgs
nmap: extend platforms
Tested briefly by @jcf on darwin, web site claims BSDs are also supported.
This commit is contained in:
parent
38db12b96d
commit
80c7a6f107
|
@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "A free and open source utility for network discovery and security auditing";
|
description = "A free and open source utility for network discovery and security auditing";
|
||||||
homepage = http://www.nmap.org;
|
homepage = http://www.nmap.org;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ mornfall thoughtpolice ];
|
maintainers = with maintainers; [ mornfall thoughtpolice ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue