nmap-graphical: rename from nmap_graphical
Align attrpath and pkgname. Add backwards compatibility alias.
This commit is contained in:
parent
c20062311b
commit
1b5d5e3913
@ -79,6 +79,7 @@ doNotDisplayTwice rec {
|
|||||||
mupen64plus1_5 = mupen64plus; # added 2016-02-12
|
mupen64plus1_5 = mupen64plus; # added 2016-02-12
|
||||||
mysqlWorkbench = mysql-workbench; # added 2017-01-19
|
mysqlWorkbench = mysql-workbench; # added 2017-01-19
|
||||||
ncat = nmap; # added 2016-01-26
|
ncat = nmap; # added 2016-01-26
|
||||||
|
nmap_graphical = nmap-graphical; # added 2017-01-19
|
||||||
nfsUtils = nfs-utils; # added 2014-12-06
|
nfsUtils = nfs-utils; # added 2014-12-06
|
||||||
owncloudclient = owncloud-client; # added 2016-08
|
owncloudclient = owncloud-client; # added 2016-08
|
||||||
pidgin-with-plugins = pidgin; # added 2016-06
|
pidgin-with-plugins = pidgin; # added 2016-06
|
||||||
|
@ -3043,7 +3043,7 @@ in
|
|||||||
|
|
||||||
nmap = callPackage ../tools/security/nmap { };
|
nmap = callPackage ../tools/security/nmap { };
|
||||||
|
|
||||||
nmap_graphical = callPackage ../tools/security/nmap {
|
nmap-graphical = callPackage ../tools/security/nmap {
|
||||||
graphicalSupport = true;
|
graphicalSupport = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user