nmap-graphical: rename from nmap_graphical

Align attrpath and pkgname. Add backwards compatibility alias.
This commit is contained in:
Bjørn Forsman 2017-01-19 20:01:43 +01:00
parent c20062311b
commit 1b5d5e3913
2 changed files with 2 additions and 1 deletions

View file

@ -79,6 +79,7 @@ doNotDisplayTwice rec {
mupen64plus1_5 = mupen64plus; # added 2016-02-12
mysqlWorkbench = mysql-workbench; # added 2017-01-19
ncat = nmap; # added 2016-01-26
nmap_graphical = nmap-graphical; # added 2017-01-19
nfsUtils = nfs-utils; # added 2014-12-06
owncloudclient = owncloud-client; # added 2016-08
pidgin-with-plugins = pidgin; # added 2016-06

View file

@ -3043,7 +3043,7 @@ in
nmap = callPackage ../tools/security/nmap { };
nmap_graphical = callPackage ../tools/security/nmap {
nmap-graphical = callPackage ../tools/security/nmap {
graphicalSupport = true;
};